tap-dev-tool
TAP formatter
Tool to format Test Anything Protocol output in browser console
prettifies TAP in the browser's console
29 stars
22 watching
2 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
toolness/tap-prettify | Makes test runner output more readable by parsing and formatting the tap protocol | 35 |
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 |
joeybaker/tap-simple | Formatter for testing results, showing differences between actual and expected values. | 6 |
tapjs/tap-mocha-reporter | Transforms TAP test output into a formatted report with Mocha's built-in reporting capabilities | 28 |
gummesson/tap-json | Formats JSON output to conform to the Test Anything Protocol (TAP) standard | 26 |
derhuerst/tap-min | A lightweight utility for formatting TAP test output to minimal content. | 7 |
scottcorgan/tap-out | A parser for the TAP testing framework, providing an alternative to existing implementations. | 23 |
yovasx2/ava-tap-json | Transforms TAP JSON output from testing frameworks into a human-readable format | 1 |
hypercubed/tap-markdown | Converts TAP test results to markdown format | 12 |
fumiakiy/karma-tap-reporter | A Karma plugin to generate test results in TAP format. | 7 |
workshopper/test-anything | A workshop designed to teach developers how to write tests using TAP for any software project | 171 |
joshwlewis/tapex | Formats TAP output for Elixir's ExUnit testing framework | 25 |
namuol/tap-difflet | A tool that formats test output using difflet to highlight inequality errors in tests. | 48 |
derhuerst/chutney | Automates TAP test running on remote browsers at Sauce Labs | 5 |