Skip to content

Commit

Permalink
Add a section about reports to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Jun 12, 2014
1 parent 47163eb commit ef78c1f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,27 @@ not ok 2 should be equal
# fail 1
```

# pretty reporters

The default TAP output is good for machines and humans that are robots.

If you want a more colorful / pretty output there are lots of modules on npm
that will output something pretty if you pipe TAP into them:

- https://github.com/scottcorgan/tap-spec
- https://github.com/scottcorgan/tap-dot
- https://github.com/substack/faucet
- https://github.com/juliangruber/tap-bail
- https://github.com/kirbysayshi/tap-browser-color
- https://github.com/gummesson/tap-json
- https://github.com/gummesson/tap-min
- https://github.com/calvinmetcalf/tap-nyan
- https://www.npmjs.org/package/tap-pessimist
- https://github.com/toolness/tap-prettify

To use them, try `node test/index.js | tap-spec` or pipe it into one
of the modules of your choice!

# methods

The assertion methods in tape are heavily influenced or copied from the methods
Expand Down

0 comments on commit ef78c1f

Please sign in to comment.