0.8.1 • Published 10 years ago

mopar v0.8.1

Weekly downloads
9
License
MIT
Repository
-
Last release
10 years ago

mopar

A parallel runner for mocha. See usage example on how to use it

Usage

  Usage: ./mopar \
             --cwd /path/to/cwd \
             --env "FOO=bar BAR=baz" \
             --format "some mocha command %s" \
             --parallel 10 \
             --tasks "one_test.js two_test.js three_test.js"

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -c, --cwd [cwd]            directory to execute tasks
    -e, --env [env]            environment variables
    -f, --format [format]      template for tasks
    -p, --parallel [parallel]  number of parallel tasks
    -t, --tasks [tasks]        list of tasks,
    -r, --reporter [reporter]  the reporter to use. Supports: `dot`, `xunit`.

Debug

All debug messages are written with the debug library. To output all information run with environmentvariable DEBUG=*.

0.8.1

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.2.0

10 years ago

0.3.0

10 years ago

0.1.0

10 years ago