1.1.0 • Published 1 year ago

tap-html v1.1.0

Weekly downloads
262
License
MIT
Repository
github
Last release
1 year ago

tap-html

📊 an html tap reporter

Npm Version Build Status Coverage Status Dependency Status devDependency Status npm npm

Installation

npm install tap-html --save-dev

Usage

Usage: tap-html [options]

Commands:
  -h, --help, help                Output usage information
  -v, --version, version          Output the version number

Options:
  -o, --outFile [path]            If instead of piping content you want it to be written to an html file locally please specify the relative path

By default tap parser should be pipeable as such:

tape test/**.js | tap-html | html-cleanup > index.html

To generate a report running the following will create a file for you.

This will generate a tap-html.html file

tape test/**.js | tap-html --out ./tap-html.html
1.1.0

1 year ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.0

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.8

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago