-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Node.js native TAP output #72
Comments
The fact that errors are not displayed is a real issue tho, hard to debug without them |
100% agree. Have been playing around with node:test's tap output with many reporters, and this is by far the one with the best support, but the lack of any diagnostics or error stacks just make it unusable. Additionally, pure TAP output is hard to read, so I think I will have to use node-tap for now instead of node:test purely because of reporter support |
It would be amazing to have a good reporter that has high compatibility with Node.js native TAP output via the new Node.js test core module.
This package gets the closest I've found so far, but with a couple of limitations:
I understand node-tap is the target, but I can't seem to find an alternative, and it would be great to have a high quality formatter for these use cases.
The text was updated successfully, but these errors were encountered: