This package has been deprecated

Author message:

Please use 'zuul --phantom' instead

zuul-mp

0.2.1 • Public • Published

zuul-mp build status

DEPRECATED

zuul added a --phantom flag which provides the functionality that zuul-mp is meant to provide.

Please use zuul --phantom instead.

Runs your 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.

Examples

zuul-mp test.js
 
# Override reporter 
zuul-mp test.js --reporter list
 
# Override default port 
zuul-mp test.js --local 3100

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.

Parameters:
Name Type Description
args Array.<String>

arguments passed to zuul and phantomjs

cwd String

working directory to be used for zuul and mocha-phantomjs

cb function

called back with eventual error and the exit code (0 if all went good)

Source:

generated with docme

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i zuul-mp

Weekly Downloads

0

Version

0.2.1

License

MIT

Last publish

Collaborators

  • thlorenz