-
### Prerequisites
- [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Ais…
-
**Is your feature request related to a problem or a nice-to-have?? Please describe.**
While running the tests it happens that there are several `console.log` in the source code. Sometimes those are…
-
### 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-i…
-
in continuation of https://github.com/mochajs/mocha/issues/2120 and https://github.com/mochajs/mocha/pull/1989
the issue is that if anything throws in `afterEach` hook, the test won't retry and fail …
-
we’re starting to use finite state machines in open PRs. right now there are two separate implementations.
to be clear, we don’t need anything fancy: nested states, async transitions, etc. we’re loo…
-
### Prerequisites
- [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Ais…
-
Можно взять файл из пакета
`--require ts-node/register`
Но нельзя взять локальный файл
`--require ./test-require/index.js`
```
Error: Cannot find module './test-require/index.js'
```
В moch…
-
### Prerequisites
- [ ] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20…
-
### Prerequisites
- [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%…
-
Hi! I'm Rio. Currently, I want to make my Mocha tests run in parallel, but classified by each directory. I have a directory structure like this:
|-- tests/
|----- dir_A/
|-------- test_file_1…