tap-eater

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

Usage no npm install needed!

<script type="module">
  import tapEater from 'https://cdn.skypack.dev/tap-eater';
</script>

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 "foo@bar.net" --email-subject "YSlow test for bar.net" -v
tap-eater --help