parallel-mocha
parallel-mocha copied to clipboard
run tests for mocha in parallel
parallel-mocha
run tests for mocha in parallel
Instalation
npm install -g parallel-mocha
Usage
parallel-mocha ./your_test_directory/*
Options
-t, --timeout <n> set test-case timeout in milliseconds
-s, --slow <n> slow test threshold in milliseconds
-p, --processes <n> set a number of processes to spawn.