File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,28 @@ not ok 2 should be equal
43
43
# fail 1
44
44
```
45
45
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
+
46
68
# methods
47
69
48
70
The assertion methods in tape are heavily influenced or copied from the methods
You can’t perform that action at this time.
0 commit comments