🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

beantest

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beantest

Beantest: autotest jasmine-node tests

0.0.7
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Beantest

Beantest tests your specs every time you save. If your machine has growl (Mac OS X) or notify-send (Ubuntu), beantest will also send an alert on test complete containing the tests passed, the tests total, and if any tests failed.

Beantest assumes you are using jasmine-node for your tests.

How to use

$ npm install -g beantest
$ cd your_repo/
$ beantest

How it works

Run beantest on the command-line, and it will search for a folder called spec on the current directory. It will run jasmine-node on the contents of that folder.

If any .js or .coffee file in your project is modified, the tests will re-run. .js files will not trigger if there is a .coffee version of that file.

Keywords

autotest

FAQs

Package last updated on 16 Nov 2011

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