-
I'm trying to run some code before my tests using the mocha `require` option, which I thought maybe I could do in the config file as mentioned by https://modern-web.dev/docs/test-runner/test-framework…
IanVS updated
3 years ago
-
### Feature Request Checklist
- [X] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://g…
-
`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…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…
-
### Describe the bug
Create a new lb app with node 16,
Trying to run the default tests that come with lb app, using yarn test, it immediately throws this typescript error. This seems to be a mocha i…
-
Ive tried both scenarios where the Qase ID is explicit and does not exist ( 9999) and when it does exist (case 63 exists already)
In either case I get the same error (whole shebang below)
What d…
-
I'm just writing to ask about the level of effort involved in supporting the Mochawesome reporter in this project.
I'm a big fan of the project and interested in using Mochawesome for my testing pu…
-
**Describe the issue**
The after each for Create user for contacts can timeout:
```
[chrome 115.0.5790.102 linux #0-4] 1) for an offline user "after each" hook for Create user for contacts
[chrom…
-
99% of the time grep serves my needs but recently we have a need for running/not running tests (the same tests) under many different conditions (think like a selenium situation on multiple browsers) a…
-
It seems there has been some recent update that is breaking unit tests across many of our repos with the same error.
```
/srv/node_modules/collections/_map.js:162
return this.size;
…