-
### Current behavior:
A custom Mocha reporter that performs asynchronous tasks on receiving the 'end' event cannot complete because the Mocha process is exited. Synchronous actions, however long th…
-
#### What are you trying to achieve?
In cli within test execution to see only passed/failed tests
#### What do you get instead?
While test execution except passed/failed tests, skipped tests al…
-
Hi
I try to get an junit report as wll with a browserstack run.
My package.json section looks like the following:
```
"scripts": {
"smoke-tests": "mocha customers/**/smoke.spec.js",
…
-
webdriverio % npm run test-PREMACGCSYSAD
> webdriveriomochaframework@1.0.0 test-PREMACGCSYSAD
> npm run pretest && npm run remove-allure-results-folder && ENV=PreRequisite_SysAd_Mac_Eng_GC wdio sr…
-
We should add a reporter similar to https://www.npmjs.com/package/karma-mocha-reporter. This should be added to the test-runner-mocha package.
If anyone is interested in picking this up let me know…
-
Hi,
I am trying to generate mocha-allure-reporter with cypress. The report is generating but
1. allure global variable is not accessible across the repo(which is helpful to pass step descriptio…
-
I have been trying for my self, but I can't get working any colored mocha reporter, I mean, it displays the text, but not the colors.
I know electron-mocha uses https://nodejs.org/dist/latest-v12.x…
-
### Current behavior
Run cypress e2e tests with a json reporter and define an output file according to the mocha documentation. The output file will not be generated, but the json output will be prin…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Hi,
I've noticed the node `` is created by this plugin whenever I'm running karma in debug mode and the mocha reporter is set to "spec".
This node is only used by the mocha HTML reporter so ...
…