lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.4k stars 185 forks source link

TAP 13 compliant reporter #641

Closed jamestalmage closed 3 years ago

jamestalmage commented 3 years ago

The current TAP emitter is missing out on features that are available with TAP version 13. Also, the Node.js tap team is pushing TAP to some pretty cool places. Complying with their spec would provide a host of pretty reporters, including seamless integration of those pretty reporters in polyglot projects.

Reference:

An example of the output that is available: https://node-tap.org/docs/getting-started/

Tieske commented 3 years ago

duplicate