Open
Description
For some reason both the threads pass perfectly fine and report that all specs passed successfully but the summary table stays empty.
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
Labels
No labels