Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clux/tap-pessimist
A tap consumer that filters on failed tests
https://github.com/clux/tap-pessimist
Last synced: about 2 months ago
JSON representation
A tap consumer that filters on failed tests
- Host: GitHub
- URL: https://github.com/clux/tap-pessimist
- Owner: clux
- License: mit
- Created: 2012-06-13T14:56:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T11:15:36.000Z (over 7 years ago)
- Last Synced: 2024-04-25T15:02:11.188Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tap - tap-pessimist - Only shows failed tests. (Reporters / JavaScript)
README
# tap-pessimist
[![npm status](http://img.shields.io/npm/v/tap-pessimist.svg)](https://www.npmjs.org/package/tap-pessimist)
[![build status](https://secure.travis-ci.org/clux/tap-pessimist.svg)](http://travis-ci.org/clux/tap-pessimist)A small command line filtration tool for filtering some of the constant spam from node-tap. It will only show failed asserts and it will exit with a zero exit code if everything passed, or 1 if there were failed asserts.
## Usage
Pipe to:```bash
$ producerApp | tap-pessimist
```or
```bash
$ cat log.txt | tap-pessimist
```## Installation
```
npm install -g tap-pessimist
```## License
MIT-Licensed. See license file for details.