tap-out

Test parser

A parser for the TAP testing framework, providing an alternative to existing implementations.

A different tap parser

GitHub

23 stars
4 watching
28 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
scottcorgan/tap-dot A tool that formats TAP test output with dots for better readability 37
scottcorgan/tap-spec Transforms test output to conform to TAP format 284
calvinmetcalf/tap-nyan A test reporting tool inspired by Mocha's nyan reporter and Scott Corgan's tap-spec reporter 147
experience-monks/tap-dev-tool Tool to format Test Anything Protocol output in browser console 29
fnogatz/tap Provides a framework to write and run tests with the Test Anything Protocol (TAP) in SWI-Prolog 12
workshopper/test-anything A workshop designed to teach developers how to write tests using TAP for any software project 171
gummesson/tap-json Formats JSON output to conform to the Test Anything Protocol (TAP) standard 26
joeybaker/tap-simple Formatter for testing results, showing differences between actual and expected values. 6
toolness/tap-prettify Makes test runner output more readable by parsing and formatting the tap protocol 35
python-tap/tappy Tools and APIs for converting Python unittests to the Test Anything Protocol (TAP) format. 137
derhuerst/tap-min A lightweight utility for formatting TAP test output to minimal content. 7
hypercubed/tap-markdown Converts TAP test results to markdown format 12
axross/tap-diff A tool that provides a user-friendly interface for testing JavaScript applications and reporting test results in a human-readable format. 94
juliangruber/tap-bail Tool to abort TAP test runners on the first failing assertion 17
tape-testing/faucet A tool to generate human-readable test reports from Test Anything Protocol (TAP) output 551