parallel-tests

1.0.3 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.33latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.33
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i parallel-tests

Weekly Downloads

6

Version

1.0.3

License

ISC

Unpacked Size

14.6 kB

Total Files

5

Last publish

Collaborators

  • eywek