tap-unfunk

0.1.0 • Public • Published

tap-unfunk

Build Status NPM version Dependency Status devDependency Status

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

saasdsd

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.

Package Sidebar

Install

npm i tap-unfunk

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bartvds