gruu-reporter
v0.3.0
Published
Small reporter for TAP output, showing only failing tests and small stack traces. Built for [gruu][] test runner, but works for any other TAP-producing libs
Downloads
21
Readme
gruu-reporter
Small reporter for TAP output, showing only failing tests and small stack traces. Built for gruu test runner, but works for any other TAP-producing libs
Install
Install with npm
npm install gruu-reporter --global
npm install gruu-reporter --save-dev
Usage
tape test/*.js | gruu-reporter
node test.js | gruu-reporter
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.