velocity-ci

Commnad line runner until we can use `meteor test`

Usage no npm install needed!

<script type="module">
  import velocityCi from 'https://cdn.skypack.dev/velocity-ci';
</script>

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

  1. The velocity-cli spawns a meteor process and connects to it using DDP.
  2. PhantomJS connects to the meteor process to trigger client side tests.
  3. Test results received via DDP are printed at the console.
  4. This process exits with the appropriate exit status code.