Skip to content

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

License

Notifications You must be signed in to change notification settings

thlorenz/zuul-mp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published