mocha-jenkins-reporter icon indicating copy to clipboard operation
mocha-jenkins-reporter copied to clipboard

Mocha reporter for Jenkins style JUnit reports

Results 22 mocha-jenkins-reporter issues
Sort by recently updated
recently updated
newest added

It's good to have an individual license file in the root of this repository!

``` npm ERR! peer dep missing: mocha@^5.2.0 || ^6.0 || ^7.0 || ^8.0, required by [email protected] ``` Using `[email protected]`

Please add support for mocha@10 Getting error `peer dep missing: mocha@^5.2.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0, required by [email protected]`

mkdirp: ^0.5.4 is using a dependency minimist: 1.2.5, which has been reported as vulnerable. mkdirp: ^0.5.4 is deprecated, it is recommended to upgrade to the latest version.

Further changes: Changed the xml output for system-out to only write one tag for log entries and the screenshot attachment because Jenkins JUnit plugin do only process the first system-out...

Similar to: https://github.com/juhovh/mocha-jenkins-reporter/issues/85 I have the problem on Jenkins job only (locally is ok). When I run job with tests in JUnit I have: org.dom4j.DocumentException: Error on line 662 of...

We have a test which checks a linting command. To avoid output to be printed to the console during the test case, we use `sinon.stub` (https://github.com/ipfs/aegir/blob/d57dd3f59fc752a44aa462c767565977dc18f047/test/lint.spec.js#L8-L13). However, this doesn't work...