-
**Problem:** Mocha custom reporter still does not support ES Modules.
As long as we use mocha, we cannot have top-level awaits, such as the one in [`module.ts`](https://github.com/TOPLLab/latch/blob/…
-
## Version **1.16.0** of [mocha-junit-reporter](https://github.com/michaelleeallen/mocha-junit-reporter) was just published.
Branch
Build failing 🚨
…
-
SR:
1) Use the npm to install third-party reporter (e.g. myReporter).
2) Modify the reporter by adding a module (e.g. "diff = require('diff')") into myReporter.js file.
3) Try to run the mocha with…
-
**Is your feature request related to a problem? Please describe.**
On **CircleCI** there is a `Tests` tab where you can see test results and you can setup it only with a `xml` file. `mocha-junit-re…
-
Hi,
Thanks for this project! Mocha's about to merge a change that runs our CI on GitHub Actions, and we're using this reporter. I'm wondering if there's anything we could do to provide a better A…
-
## Expected
Using the `run-workers` subcommand will return a non-zero exit code if any tests fail, regardless of reporter used.
## Actual
`run-workers` exits with code 0 even if there are tes…
-
Hello,
When I my tests, with :
`NODE_ENV='test' NO_PROXY=* jenkins-mocha test.js`
The command:
`shell.exit(shell.exec(command.join(' ')).code);`
execute :
`node '/.../node_module…
-
## Is your feature request related to a problem? Please describe.
I had encounter an issue when trying to look intended test fail results of [Impress](https://github.com/metarhia/impress). Way to r…
-
**Bug**
**What is the current behavior?**
I get an error `error Command failed with exit code 1.` during my cover test.
**My test scripts **
```
"cover": "cross-env NODE_ENV=test nyc …
-
when upgrading to mocha >3 rewire ruins the code coverge generate by nyc. all works well without using rewire..
node version: 10.15.2
rewire: 4.0.1
nyc: 13.3.0
mocha: works with '3.5.3', fail with…