-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
TAP support #27
Comments
I know that a PR is better than this question, BUT, is this still a priority? |
👍 |
From my reading of the TAP spec, I it does not seem very well suited to concurrency. You would need to buffer individual tests and then log them all at once so they don't walk all over each-other. |
TAP support is ready, waiting for #279. |
After I saw this closed by @vdemedes I assumed it was part of |
@jprichardson - We decided to push #279 to the next milestone. |
It was closed by a mistake. Planned for 0.8.0. |
That is the case certainly, I am happy to discuss some of my suggestions that have been aired on TAP specification discussions however likely won't be adopted very quickly at all (Having a different output might be simpler) |
Should be a flag, like
$ ava --tap
, to get TAP output. This would be a good way to enable reporters without actually supporting reporters. Can just refer people to all the available TAP reporters instead of reinventing the wheel.The text was updated successfully, but these errors were encountered: