A simple TAP (Test Anything Protocol) output formatter that displays test results with a cute bunny motif. Version 1.0.9, infrequently updated. Built for use with tape (or any TAP-producing test runner). It reads TAP stream from stdin and outputs formatted results. Differentiates from other TAP reporters (e.g., tap-spec, tap-min) by its whimsical bunny output. No dependencies, lightweight.
npm install tap-bunnyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install tap-bunny and pipe tape test output to the bunny formatter.
Ensure your test runner outputs TAP v13 (e.g., tape uses v13).
Use it only via command line piping, e.g., node test.js | tap-bunny.
Verify test runner produces TAP output by running node test.js alone.
Install as dev dependency: npm install --save-dev tap-bunny. Use npx tap-bunny or add binary path.
Install with -g: npm install -g tap-bunny. Or use npx tap-bunny.
Run node test.js without pipe to see raw output. Ensure test framework outputs TAP (e.g., tape, tap).
No dependency data recorded yet.