File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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+
222225UT_DOCUMENTATION_REPORTER:
223226 A textual pretty-print of unit test results (usually use for console output)
224227 Provides additional properties lvl and failed
225228
226229UT_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+
229235UT_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.
You can’t perform that action at this time.
0 commit comments