Add TAP reporter by WayneNani · Pull Request #1305 · utPLSQL/utPLSQL
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.