mocha-farm
v0.0.3
Published
Small utility to help facilitate parallel runs of mocha tests
Downloads
5
Readme
mocha-farm
Install
npm install mocha-farm
Usage
Mocha farm is best used as part of a test-runner script. We've provided example-test-runner.coffee
to show how you can get started.
To run the example, first clone the repo: git clone https://github.com/DocuSignDev/mocha-farm
Then install the dependencies using: npm install
After installing the dependencies run: coffee ./example-test-runner.coffee --search-pattern '*'
Todo
- add more examples
- add tests
Contributing
Contributions in the form of pull requests and filing issues is welcomed & encouraged.