taplet

Create HTML from TAP reports.

Usage no npm install needed!

<script type="module">
  import taplet from 'https://cdn.skypack.dev/taplet';
</script>

README

taplet Travis CI Build Status

Create HTML from TAP reports.

NPM Badge

Install

npm install --global taplet

Usage

$ tape test.js | taplet
<!DOCTYPE html>...

$ tape test.js | taplet --outputFile report.html

Example output

Example output