https://github.com/gabrielcsapo/tap-html
📊 an html tap reporter
https://github.com/gabrielcsapo/tap-html
html product reporting tap
Last synced: 10 months ago
JSON representation
📊 an html tap reporter
- Host: GitHub
- URL: https://github.com/gabrielcsapo/tap-html
- Owner: gabrielcsapo
- Created: 2017-06-06T20:49:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T23:37:29.000Z (almost 3 years ago)
- Last Synced: 2025-09-12T03:00:39.401Z (10 months ago)
- Topics: html, product, reporting, tap
- Language: JavaScript
- Homepage: https://gabrielcsapo.github.io/tap-html
- Size: 2.18 MB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# tap-html
> 📊 an html tap reporter
[](https://www.npmjs.com/package/tap-html)
[](https://travis-ci.org/gabrielcsapo/tap-html)
[](https://lcov-server.gabrielcsapo.com/coverage/github%2Ecom/gabrielcsapo/tap-html)
[](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/tap-html)
[](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/tap-html#info=devDependencies)
[]()
[]()
## 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
```