0.0.3 • Published 10 years ago

tap-eater v0.0.3

Weekly downloads
13
License
BSD
Repository
github
Last release
10 years ago

tap-eater

Consumes TAP file and sends an email in case of failed tests.

Installation

sudo apt-get install sendmail sendmail-bin
npm install --global tap-eater

Usage

tap-eater consumes TAP data from stdin:

cat examples/yslow.tap | tap-eater --email-to "foo@bar.net" --email-subject "YSlow test for bar.net" -v
tap-eater --help