You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Node TAP's extended definition: https://node-tap.org/tap-protocol (worth noting that it's carefully designed for backwards compatibility - all TAP 13 compliant reporters should be fine with it)
I'll just chime in with a "me too" here ;-) I'd like to see TAP 13 support myself but probably don't have time to sit down and tease out an implementation any time soon. I would be happy to contribute the time to facilitate a PR however if something works this up into a contribution.
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/
The text was updated successfully, but these errors were encountered: