Skip to content

Commit c246828

Browse files
committed
Update Readme: Most actual Reporters
1 parent da5ee92 commit c246828

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,19 @@ UT_COVERALLS_REPORTER:
219219
Designed for [Coveralls](https://coveralls.io/).
220220
JSON format conforms with specification: https://docs.coveralls.io/api-introduction
221221
222+
UT_DEBUG_REPORTER:
223+
No description available
224+
222225
UT_DOCUMENTATION_REPORTER:
223226
A textual pretty-print of unit test results (usually use for console output)
224227
Provides additional properties lvl and failed
225228
226229
UT_JUNIT_REPORTER:
227230
Provides outcomes in a format conforming with JUnit 4 and above as defined in: https://gist.github.com/kuzuha/232902acab1344d6b578
228231
232+
UT_REALTIME_REPORTER:
233+
Provides test results in a XML format, for clients such as SQL Developer interested in showing progressing details.
234+
229235
UT_SONAR_TEST_REPORTER:
230236
Generates a JSON report providing detailed information on test execution.
231237
Designed for [SonarQube](https://about.sonarqube.com/) to report test execution.

0 commit comments

Comments
 (0)