Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cletusw/mocha-parallel-js

JS API for running Mocha test files in parallel
https://github.com/cletusw/mocha-parallel-js

Last synced: about 1 month ago
JSON representation

JS API for running Mocha test files in parallel

Awesome Lists containing this project

README

        

# mocha-parallel-js
JS API for running Mocha test files in parallel

** Requires Node 4+ (for ES6 Promises) **

### Known Issue
* When a parallel run takes a relatively long time, its results are often omitted from the reported results.