All Projects → gabrielcsapo → tap-html

gabrielcsapo / tap-html

Licence: other
📊 an html tap reporter

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to tap-html

Zap
A streamable structured interface for real time reporting of developer tools.
Stars: ✭ 114 (+570.59%)
Mutual labels:  tap, reporting
pgbouncer wrapper
SQL wrapper around pgbouncer's console
Stars: ✭ 18 (+5.88%)
Mutual labels:  reporting
camunda-prometheus-process-engine-plugin
Monitor your KPIs!!! Camunda BPM Process Engine Plugin providing Prometheus Monitoring, Metric classes for various BPMN use, Grafana Annotations, and HTTPServer data export: Used to generate Prometheus metrics anywhere in the Engine, including BPMN, CMN, and DMN engines and instances.
Stars: ✭ 48 (+182.35%)
Mutual labels:  reporting
pola-ios
Pola pomoże Ci odnaleźć polskie wyroby. Zabierając Polę na zakupy odnajdujesz produkty “z duszą” i wspierasz polską gospodarkę.
Stars: ✭ 17 (+0%)
Mutual labels:  product
allure-ruby
Allure integrations for Ruby test frameworks
Stars: ✭ 40 (+135.29%)
Mutual labels:  reporting
saltdash
A read-only dashboard for Salt jobs
Stars: ✭ 18 (+5.88%)
Mutual labels:  reporting
net-protocol
golang模拟内核协议栈 实现链路层、网络层、传输层、应用层 用户态协议栈 ,基于虚拟网卡TUN/TAP
Stars: ✭ 129 (+658.82%)
Mutual labels:  tap
puppet-homebrew
homebrew (+brewcask! +taps!) package installer and provider
Stars: ✭ 17 (+0%)
Mutual labels:  tap
product-packager
A portable shell program to package and prepare courses, tutorial series, and other products to release on e-commerce platforms like Gumroad and Mavenseed.
Stars: ✭ 42 (+147.06%)
Mutual labels:  product
TAP-Rust
Emit test results using Rust and the Test Anything Protocol (TAP)
Stars: ✭ 40 (+135.29%)
Mutual labels:  tap
product
Public feedback and ideation discussions for Meilisearch product 🔮
Stars: ✭ 26 (+52.94%)
Mutual labels:  product
sarna
Security Assessment Report geNerated Automatically
Stars: ✭ 26 (+52.94%)
Mutual labels:  reporting
allure-docs
Allure Framework documentation
Stars: ✭ 50 (+194.12%)
Mutual labels:  reporting
allure-gradle
Allure Gradle Plugin
Stars: ✭ 62 (+264.71%)
Mutual labels:  reporting
wp-ispconfig3
Wordpress ISPConfig plugin with Gutenberg support
Stars: ✭ 28 (+64.71%)
Mutual labels:  product
detect-features
Detect and report browser and hardware features.
Stars: ✭ 63 (+270.59%)
Mutual labels:  reporting
go-test-report
Captures go test output and parses it into a single self-contained HTML file.
Stars: ✭ 68 (+300%)
Mutual labels:  reporting
cxx-tap
Test Anything Protocol (TAP) Producer for C++
Stars: ✭ 22 (+29.41%)
Mutual labels:  tap
Samples-ASP.NET-MVC-CSharp
ASP.NET MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 31 (+82.35%)
Mutual labels:  reporting
examples
HTML Examples for use with Lob Print & Mail APIs
Stars: ✭ 17 (+0%)
Mutual labels:  product

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].