Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdabaa/mocha-parallel
Parallel test runner for mocha-ish things
https://github.com/lambdabaa/mocha-parallel
Last synced: 7 days ago
JSON representation
Parallel test runner for mocha-ish things
- Host: GitHub
- URL: https://github.com/lambdabaa/mocha-parallel
- Owner: lambdabaa
- Created: 2014-02-28T18:47:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T13:09:03.000Z (over 9 years ago)
- Last Synced: 2024-11-09T11:44:43.910Z (2 months ago)
- Language: JavaScript
- Size: 248 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mocha-parallel
[![Build Status](https://travis-ci.org/gaye/mocha-parallel.png?branch=master)](https://travis-ci.org/gaye/mocha-parallel)
### Usage
```
Usage: ./mocha-parallel \
--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```
### gaia-integration example
`GAIA=/home/gareth/Documents/gaia example/gaia-integration.sh`