-
i am using **mocha-multi-reporters** in my mocha tests and generating mochawesome and mocha-junit-reports. When using --parallel flag, **mocha-junit-reporter** throws error:
Uncaught error outside…
-
[hash] is working fine but I'd like to move to the one of the new placeholders [testsuitesTitle], [rootSuiteTitle], [suiteFilename] or [suiteName]. I just changed [hash] to [suiteFilename] but it is n…
-
Right now the test failures are reported in the command line output and the Sauce Labs builds do not have a success/failed status.
In order to report JavaScript test results to Sauce Labs a custom re…
-
`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:
```
mocha:parallel:parallel-buffered-ru…
-
Currently if I use the `--reporter mocha-junit-reporter` when calling mocha, the console doesn't show the `it('Should...')` hooks in the console. At the end of runtime it generates the `.xml` file for…
-
In our github action we are receiving `Error: EISDIR: illegal operation on a directory, read` when runnning `Report to FarosAI` step. The junity file exist within that directory as a .xml.
```yaml
…
-
### Environment
```markdown
- OS: Ubuntu `20.04`
- Node: `16.20.2`
- cypress-mochawesome-reporter: see below.
- cypress: `11.2.0`
```
```
info Direct dependencies"
├─ cypress-commands@3.0.0…
izaac updated
1 month ago
-
### Description
## Issue
The [Tooling > Reporters](https://docs.cypress.io/app/tooling/reporters) page links to the repo https://github.com/cypress-io/mocha-teamcity-reporter
1. The repo was ar…
-
Hi Quang,
We would like to use mocha-cakes to specify our specs and use it as a live documentation tool, but when we try any "markup based" reporter, like doc or markdown, we got a broken output full…
-
I am attempting to build a custom third party reporter and I am using the simple example presented on this page : https://github.com/mochajs/mocha/wiki/Third-party-reporters. However, I cannot find …