tap-eater
v0.0.3
Published
Consumes TAP file and sends an email in case of failed tests
Downloads
36
Readme
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 "[email protected]" --email-subject "YSlow test for bar.net" -v
tap-eater --help