https://github.com/macbre/tap-eater
Consumes TAP file and sends an email in case of failed tests
https://github.com/macbre/tap-eater
Last synced: 18 days ago
JSON representation
Consumes TAP file and sends an email in case of failed tests
- Host: GitHub
- URL: https://github.com/macbre/tap-eater
- Owner: macbre
- License: bsd-2-clause
- Created: 2013-11-09T22:37:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T00:28:39.000Z (about 6 years ago)
- Last Synced: 2025-02-03T20:40:02.213Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tap-eater
=========
Consumes [TAP file](http://podwiki.hexten.net/TAP/TAP.html?page=TAP) 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
```