Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 402 Bytes

File metadata and controls

21 lines (17 loc) · 402 Bytes

parallel-mocha

run tests for mocha in parallel

Instalation

  npm install -g edtechfoundry/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.