mocha-parallel-tests icon indicating copy to clipboard operation
mocha-parallel-tests copied to clipboard

Parallel test runner for mocha tests. Looking for maintainer.

Results 68 mocha-parallel-tests issues
Sort by recently updated
recently updated
newest added

When i run my tests using mocha-parallel-tests (as opposed to mocha) all tests run regardless of tests or describes with .only EG ```it.only('test name', testDefinition)``` or ```describe.only...```. These are supported...

enhancement

This could be a nice feature to have as Touch Bar is basically a second screen. While mocha runs all tests one by one, mocha-parallel-tests does this in parallel in...

enhancement

Use appveyor for this https://ci.appveyor.com/project/insin/nwb

enhancement

I don't have a minimal example of this factored out yet, but in our moderate sized integration suite (~15 describes, ~300 tests), with mostly async tests, I am noticing errors...

bug

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

I have multiple test files. I want to run them in parallel programmatically. If one of the test files fail with Uncaught exception, testing stops. I checked the source code...