Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3193f5b

Browse files
committed
Added TAP reporter to documentation
1 parent 2e399fd commit 3193f5b

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

35.3 KB
Loading
43.9 KB
Loading

docs/userguide/reporters.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@ Details:
126126
utPLSQL comes with a set of build-in coverage reporters.
127127
[Code coverage](coverage.md) section describes in details how to use configure and use code coverage.
128128

129+
## TAP Reporter
130+
131+
The `ut_tap_reporter` produces output compatible with the [Test Anything Protocol](https://testanything.org) (Version 14). TAP output can be consumed by a TAP consumer that can aggregate results from testsuites across different programming languages while maintaining good readability for humans.
132+
133+
![tap_output_no_color](../images/tap_reporter_no_color.png)
134+
135+
If you use a compatible terminal, you can also have a colored result. Only top level `not ok`-results will be colored:
136+
137+
![tap_colored_output](../images/tap_reporter_colored.png)
138+
129139
## Debug reporter
130140

131141
The `ut_debug_reporter` provides a highly verbose output containing thorough details about framework and test execution.

0 commit comments

Comments
 (0)