0.2.0 • Published 11 years ago

brofist-cli v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

brofist-cli

An convenient command line runner for Brofist.

Usage

Just give brofist one or more spec files and we'll run those tests away, bro:

$ brofist tests/specs/foo.js tests/specs/bar.js

You can change the reporter being used with the --reporter option, check 'em brofist list to get a list of available reporters.

Brofist(1)

brofist --- runner for Brofist tests

Usage:
  brofist [options] <files...>
  brofist list
  brofist -h, --help
  brofist --version

Options:
  -r, --reporter <module>   Reporter module to use. [default: brofist-minimal]
  -f, --filter <regexp>     Only runs tests that match the regexp.
  -t, --timeout <ms>        Timeout for asynchronous tests, in milliseconds.
  -s, --slow <ms>           Slow threshold, in milliseconds.
  -h, --help                Displays usage help and exits.
  --version                 Displays version number and exits.

  
  

Installing

Grab it from NPM:

$ npm install -g brofist-cli

Licence

MIT/X11. Do whatever you want.