-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
Failing on Mocha 8.x with parallel execution #140
Comments
mocha-junit-reportes is failing for me in parallel mode too, but with slightly different error:
|
same - #127 |
PR are merged but I stiil have the problem. |
Also facing the same problem, currently using 2.2.1 |
Any chance of this getting fixed? It was opened in 2020! |
- add an option `--no-parallel` to dev-tool to opt out parallel test execution - currently mocha-junit-reporter isn't working with --parallel michaelleeallen/mocha-junit-reporter#140
Still failing in 2024. Any workarounds or updates on this? |
It turns out that mocha's "xunit" reporter really is a "junit" reporter: mochajs/mocha#4758, so that's what I'm using instead. |
mocha-junit-reporter
seems to be failing when executed on Mocha 8.x with parallel execution enabled.The below error is thrown for every
suite
event:Disabling test parallelization fixes the issue, but it would be great to have it working together with parallel execution.
The text was updated successfully, but these errors were encountered: