Skip to content

Commit 9c3b2e3

Browse files
author
James Halliday
committed
Merge pull request #89 from Raynos/patch-7
Add a section about reports to the README
2 parents 47163eb + 467ce7a commit 9c3b2e3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

readme.markdown

+22
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,28 @@ not ok 2 should be equal
4343
# fail 1
4444
```
4545

46+
# pretty reporters
47+
48+
The default TAP output is good for machines and humans that are robots.
49+
50+
If you want a more colorful / pretty output there are lots of modules on npm
51+
that will output something pretty if you pipe TAP into them:
52+
53+
- https://github.com/scottcorgan/tap-spec
54+
- https://github.com/scottcorgan/tap-dot
55+
- https://github.com/substack/faucet
56+
- https://github.com/juliangruber/tap-bail
57+
- https://github.com/kirbysayshi/tap-browser-color
58+
- https://github.com/gummesson/tap-json
59+
- https://github.com/gummesson/tap-min
60+
- https://github.com/calvinmetcalf/tap-nyan
61+
- https://www.npmjs.org/package/tap-pessimist
62+
- https://github.com/toolness/tap-prettify
63+
- https://github.com/shuhei/colortape
64+
65+
To use them, try `node test/index.js | tap-spec` or pipe it into one
66+
of the modules of your choice!
67+
4668
# methods
4769

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

0 commit comments

Comments
 (0)