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

Skip to content

Commit 3d38fbe

Browse files
committed
Added TAP subtests to documentation
1 parent 7ddbacc commit 3d38fbe

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

42.3 KB
Loading

docs/userguide/reporters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ If you use a compatible terminal, you can also have a colored result. Only top l
136136

137137
![tap_colored_output](../images/tap_reporter_colored.png)
138138

139+
Suites (and suitepaths) and contexts are included as [commented subtests](https://testanything.org/tap-version-14-specification.html#:~:text=Commented%20Subtests) including a summary of the tests performed for that specific context/suite. This example package has the suitepath "org.utplsql.tests.helpers":
140+
141+
![tap_include_suitepath](../images/tap_reporter_suitepath.png)
142+
139143
## Debug reporter
140144

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

0 commit comments

Comments
 (0)