Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-tap

Useful resources for the Test Anything Protocol
https://github.com/sindresorhus/awesome-tap

Last synced: 3 days ago
JSON representation

  • Reporters

  • Producers

    • 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`).
      • node:test - Minimal TAP test runner included with Node.js.
      • tape - TAP-producing test harness for Node.js and browsers.
      • ESLint - Pluggable JavaScript linter (`$ eslint --format=tap`).
      • AVA - Futuristic test runner (`$ ava --tap`).
      • tap - TAP test framework for Node.js.
      • tape - TAP-producing test harness for Node.js and browsers.
      • qunit-tap - TAP output for QUnit.
      • jasmine-reporters - TAP output for Jasmine.
      • karma-tap-reporter - TAP output for Karma.
      • zora - TAP-producing test runner that works with ES2015 without Babel.
    • Bash

      • bats - Bash Automated Testing System.
      • More…
      • bats - Bash Automated Testing System.
      • ShellSpec - A full-featured BDD unit testing framework for POSIX shells.
    • Swift

      • TAP - A Swift package for the Test Anything Protocol (v13).
  • Consumers

  • Articles

  • Documentation

  • Community

  • Tools

    • JavaScript

      • 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](https://github.com/hughsk/smokestack) alternative.
    • Python

      • tappy - Tools for working with TAP.