Socket
Socket
Sign inDemoInstall

brofist-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brofist-cli

Command line runner for Brofist.


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 13 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc