tap-unfunk
v0.1.0
Published
Unfunky TAP reporter with object/string diff support
Downloads
7
Maintainers
Readme
tap-unfunk
unfunky tap reporter with diffs, dots and many colors, tuned for both node-tap and tape
Works with the tap output from both node-tap as well as tape (and their many forks). Might work for other tap output too, who knows?
Diff support via unfunk-diff, so diffing strings and objects are supported, even in tape!
This is the tap equivalent of mocha-unfunk-reporter except this reporter uses progress dots instead of a spec tree.
Note: early release, please leave your edge cases in the issues.
Install
npm install tap-unfunk --save-dev
Usage
package.json
{
"scripts": {
"test": "node ./test/tap-test.js | tap-unfunk"
}
}
Then run with npm test
Terminal
tap test/index.js | node_modules/.bin/tap-unfunk
tape test/index.js | node_modules/.bin/tap-unfunk
Example
Todo
- expose option for plain text, css and html output
History
- 0.1.0 - First release
License
Copyright (c) 2014 Bartvds
Licensed under the MIT license.