NO LONGER MAINTAINED


License
MIT
Install
npm install tap-growl@1.0.3

Documentation

tap-growl

Add Growl notifications to any test framework outputting TAP .

Usage

Just pipe your test output to tap-growl (replace lab with your test framework):

lab -r tap | tap-growl

Works with continuous test runs, too:

nodemon lab -r tap | tap-growl

Installation

npm install -g tap-growl

See node-growl on how to setup Growl notifications for Mac/Linux/Windows.

Why?

I just love how mocha does Growl notifications. Running test with nodemon and notifications allow instant feedback. I wanted to add the same to other test frameworks.