tap-nyc

JSON →
library 1.0.3 ·javascript maintenance
verified Jun 4, 2026

tap-nyc is a TAP output formatter designed to pair seamlessly with nyc (Istanbul's CLI coverage tool) and the Tape testing framework. Version 1.0.3 is the current stable release; no longer actively developed. It formats TAP output into a clean summary, suppressing verbose details on success and showing failures inline. Unlike standard TAP formatters (e.g., tap-spec, faucet), tap-nyc avoids errors and overlapping output with nyc's coverage report, providing a minimal view when tests pass.