Skip to content

scottcorgan/tap-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-dot NPM version NPM download count

Formatted TAP output with dots ...

Passed tests

Passed tests

Failed tests

Failed tests

Install

npm install tap-dot --save-dev

Usage

package.json

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

Then run with npm test

Terminal

tape test/index.js | node_modules/.bin/tap-dot

Testling

npm install testling -g
testling test/index.js | node_modules/.bin/tap-dot

About

Formatted TAP output with dots ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published