tap-nunit is an alpha-quality formatter that converts Test Anything Protocol (TAP) output into nUnit-compatible XML format. Current stable version 0.0.3, with irregular releases. It parses standard TAP streams from test runners and produces XML output for integration with nUnit-based reporting tools. Limited to small test suites due to performance and stability issues. Minimal configuration required, but not recommended for production use.
npm install tap-nunitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads TAP output from a file, converts to nUnit XML, and saves the result.
Consider using a stable alternative like tap-junit or tap-xunit.
Seek alternative packages for TAP to nUnit conversion.