Skip to content
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

Support test output in TAP format #1000

Open
davidwessman opened this issue May 19, 2020 · 0 comments
Open

Support test output in TAP format #1000

davidwessman opened this issue May 19, 2020 · 0 comments

Comments

@davidwessman
Copy link

Hello.

I have been working with Heroku CI for Ruby on Rails for a few days and have had a hard time finding any support for outputting test results in the TAP-format (https://testanything.org/tap-specification.html).

I have now created my own extended minitest_reporter for our usecase but I wondered if there would be a possibility to support it in the buildpack itself.

My questions

  • Would it make sense to add TAP-output for minitest and rspec?
  • What cases would you need to solve and how should it be configured?
  • What makes this hard to add?

With some guidance I might be able to create a draft for an implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant