0.2.1 • Published 10 years ago

zuul-mp v0.2.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

zuul-mp build status

Runs you mocha tests with zuul and phantomjs locally or on a build server.

zuul-mp

Installation

npm install zuul-mp

Usage

Invoke zuul-mp with the same arguments you would pass to zuul.

You can also include arguments for mocha-phantomjs.

Example

zuul-mp --local 3100 --reporter list -- test.js

Here --reporter list is picked up by mocha-phantomjs and all other arguments by zuul.

Additionally the .zuul.yml is picked up and treated the exact same way as it is when running zuul directly.

API

You can use zuul-mp's main function directly to launch it from other tools.

###zuulmp(args, cwd, cb)

/**
 * Starts up a zuul server and runs mocha-phantomjs against it.
 *
 * @name zuulmp
 * @function
 * @param args {Array[String]} arguments passed to zuul and phantomjs
 * @param cwd {String} working directory to be used for zuul and mocha-phantomjs
 * @param cb {Function} called back with eventual error and the exit code (0 if all went good)
 */

License

MIT