TAP
JavaScript
19_ENTRIES- tap-dot
Dotted output.
- tap-spec
Mocha-like spec reporter.
- tap-nyan
Nyan cat.
- tap-min
Minimal output.
- tap-difflet
Minimal output with diffing.
- tap-diff
Human-friendly output with diffing.
- tap-simple
Simple output.
- faucet
Human-readable summarizer.
- tap-mocha-reporter
Use any of the Mocha reporters.
- tap-summary
Summarized output.
- tap-pessimist
Only shows failed tests.
- tap-prettify
Nice readable output with diffing.
- tap-colorize
Colorize the output while preserving machine-readability.
- tap-bail
Bail out when the first test fails.
- tap-notify
Notifier for macOS, Linux and Windows.
- tap-json
JSON output.
- ava-tap-json
JSON output with AVA compatibility.
- tap-xunit
xUnit output.
- tap-teamcity
Output for TeamCity.
Go
1_ENTRIES- tapfmt
Standalone cross-platform formatter.
JavaScript
11_ENTRIES- AVA
Futuristic test runner (
$ ava --tap). - tap
TAP test framework for Node.js.
- tape
TAP-producing test harness for Node.js and browsers.
- ESLint
Pluggable JavaScript linter (
$ eslint --format=tap). - Mocha
Feature-rich test framework for Node.js and browsers (
$ mocha reporter=tap). - qunit-tap
TAP output for QUnit.
- jasmine-reporters
TAP output for Jasmine.
- karma-tap-reporter
TAP output for Karma.
- mos
Markdown file generator and tester (
$ mos test --tap). - zora
TAP-producing test runner that works with ES2015 without Babel.
- node:test
Minimal TAP test runner included with Node.js.
Swift
1_ENTRIES- TAP
A Swift package for the Test Anything Protocol (v13).
Fish
1_ENTRIES- Fishtape
TAP producer and test harness for fish.
Bash
2_ENTRIESJavaScript
3_ENTRIES- tap-parser
TAP parser.
- tap-out
TAP parser.
- yamlish
YAML-block parser.
JavaScript
4_ENTRIES- tap-dev-tool
Prettify TAP in the browser console.
- tap-merge
Merge multiple TAP streams.
- smokestack
Run TAP tests in a browser and write the output to
stdout. - chutney
Run TAP tests at Sauce Labs. Lightweight smokestack alternative.
Python
1_ENTRIES- tappy
Tools for working with TAP.
Articles
1_ENTRIESTutorials
1_ENTRIES- test-anything
Learn to test anything with TAP through an interactive workshop.