Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 388 Bytes

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.