Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cletusw/mocha-parallel-js
- Owner: cletusw
- License: mit
- Created: 2015-07-29T20:30:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T21:50:10.000Z (over 8 years ago)
- Last Synced: 2024-04-25T02:02:41.536Z (8 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.