velocity-ci
v0.1.4
Published
Commnad line runner until we can use `meteor test`
Downloads
4
Readme
velocity-cli
NPM module for running your velocity test suites from the command-line
Installation
npm install -g velocity-ci
Run
From inside your project directory type velocity
##How it works
- The velocity-cli spawns a meteor process and connects to it using DDP.
- PhantomJS connects to the meteor process to trigger client side tests.
- Test results received via DDP are printed at the console.
- This process exits with the appropriate exit status code.