We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I'm having the exact same issue, all test passing yet the Git action is failing :/
Sorry, something went wrong.
Do you have cypress-multi-reporters installed ? Make also sure it used for reporting, not any other
cypress-multi-reporters
I had the same issue. I followed this solution and now it works great! #90 (comment)
No branches or pull requests
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:
I'm using this command:
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?
The text was updated successfully, but these errors were encountered: