/awesome-tap

Useful resources for the Test Anything Protocol

Awesome TAP Awesome

Useful resources for the Test Anything Protocol
A simple text-based interface between testing modules in a test harness

The list is very JavaScript focused right now. That's just because I'm only familiar with TAP stuff in the JS world. Contributions welcome for any language.

Contents

Reporters

JavaScript

Producers

Things that produce TAP output.

JavaScript

  • 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

Fish

  • Fishtape - TAP producer and test harness for fish.

Bash

  • bats - Bash Automated Testing System.

More...

Consumers

Things that consume TAP output.

JavaScript

More...

Tools

JavaScript

Python

  • tappy - Tools for working with TAP.

Articles

Tutorials

  • test-anything - Learn to test anything with TAP through an interactive workshop.

Documentation

Community

License

CC0

To the extent possible under law, Sindre Sorhus has waived all copyright and related or neighboring rights to this work.