-
To parallelize not only files but individual tests/describe statements
-
Hi, it'd be great this script could have mocha tests.
-
As title.
-
Have this error
Uncaught TypeError: Object [object global] has no method 'suiteURL' mocha.js:2585
```
Gone in Sixty Seconds Test Runner
…
-
### Goal
Transpiled code should be covered, either in original or transpiled forms.
(SO THAT things like react-jsx, es6 will work)
```
node ./node_modules/mocha/bin/mocha -r blanket --compilers js…
-
[Istanbul and electron mocha don't play well together easily](https://github.com/jprichardson/electron-mocha/issues/19):
```
$ $(npm bin)/istanbul cover $(npm bin)/electron-mocha -- --renderer --comp…
-
-
mocha-parallel-tests: 2.2.1
mocha-allure-reporter: 1.4.0
I have test:
```
require('mocha-allure-reporter')
describe('TEST', () => {
it('test', async () => {
allure.createStep('test', as…
-
When using this code:
```js
// const Mocha = require("mocha");
const Mocha = require("mocha-parallel-tests").default;
const { expect } = require("chai");
const mochaInstance = new Mocha();
m…
-
**Is your feature request related to a problem? Please describe.**
I have to run all tests in the project or don't exactly know where I have put the specific test (300+ tests in the project, 75+ …