Skip to content

Add TAP reporter #1305

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

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from

Conversation

WayneNani
Copy link

I added a reporter for the Test Anything Protocol . It is easy to read for humans and machines alike and supported by a wide variety of consumers. These consumers can then aggregate test results from different projects or programming languages.

I tried to include all features from the latest TAP Specification as far as utPLSQL supports them (i.e., TODO tests are not supported in utPLSQL as far as I know).

I also added some test cases that should provide a decent coverage.

Please feel free to let me know if I can add anything else.

@lwasylow
Copy link
Member

lwasylow commented Aug 1, 2025

Hi @WayneNani,
Thank you very much for creating this.
I'm on holiday currently so will look when I'm back, possibly @jgebal will be able earlier.

One thing could you please update the documentation reporters section with screens etc.?

Kind regards Lukasz

@WayneNani
Copy link
Author

Hey @lwasylow ,
thanks for the quick reply! I changed the documentation as well, thanks for the heads-up.

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

Successfully merging this pull request may close these issues.

2 participants