1.0.3 • Published 6 years ago

parallel-tests v1.0.3

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

parallel-tests - Run your tests in parallels

This CLI is running all of your tests in parallel with a simple command:

parallel "mocha test.js" "mocha test2.js" "mocha test3.js"

How to use

Like the above example you just need to run this command to launch your tests:

parallel <list of tests>

If you want to set the number of tests runned in parallel you can use this param:

parallel -n 4 <list of tests>

Options

Some options can be pass as parameter like:

  • number you can specify how many tests will run in parallel

You can get more help with:

parallel --help
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago