Skip to content

Process exits with code 1 even though all tests passed. #202

Open
@ThatBrianDude

Description

@ThatBrianDude

For some reason both the threads pass perfectly fine and report that all specs passed successfully but the summary table stays empty.

image

Here's my multi-reporter-config.json:

 {
  "reporterEnabled": "cypress-parallel/json-stream.reporter.js, spec"
}

I'm using this command:


    "cy:run-parallel": "yarn && cypress run -C ./cypress.parallel.config.ts",
    "cy:parallel": "yarn && cypress-parallel -r spec -s cy:run-parallel -t 2 -d 'cypress/e2e/*.ts' -a '--no-runner-ui'"

In my CI I call cy:parallel, which then uses cy:run-prallel.

Any suggestion on how to fix the threads reporting their results correctly so that the summary table is filled properly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions