0.3.4 • Published 3 years ago

tap-dancer v0.3.4

Weekly downloads
132
License
MIT
Repository
github
Last release
3 years ago

like tap-dot, but with more information about failures, and where to find them.

based on am-tap-dot by amokrushin. (Thanks!)

image


image

# local
npm i tap-dancer --save-dev

# global
npm i tap-dancer -g

API

const test = require('tape')
const TapDance = require('tap-dancer')

test
  .createStream()
  .pipe(new TapDance())
  .pipe(process.stdout)

Command-line

tape test/index.js | node_modules/.bin/tap-dancer --color

or in package.json,

{
  "name": "module-name",
  "scripts": {
    "test": "node ./test/tap-test.js | tap-dancer --color"
  }
}

Then run with npm test

Options

-nofail - always return an arror code of 0, even when tests pass node ./tap-test.js | tap-dancer -nofail

-noreport - don't list-out all the mistakes. node ./tap-test.js | tap-dancer -noreport

MIT

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago