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:
219
219
Designed for [Coveralls](https://coveralls.io/).
220
220
JSON format conforms with specification: https://docs.coveralls.io/api-introduction
221
221
222
+ UT_DEBUG_REPORTER:
223
+ No description available
224
+
222
225
UT_DOCUMENTATION_REPORTER:
223
226
A textual pretty-print of unit test results (usually use for console output)
224
227
Provides additional properties lvl and failed
225
228
226
229
UT_JUNIT_REPORTER:
227
230
Provides outcomes in a format conforming with JUnit 4 and above as defined in: https://gist.github.com/kuzuha/232902acab1344d6b578
228
231
232
+ UT_REALTIME_REPORTER:
233
+ Provides test results in a XML format, for clients such as SQL Developer interested in showing progressing details.
234
+
229
235
UT_SONAR_TEST_REPORTER:
230
236
Generates a JSON report providing detailed information on test execution.
231
237
Designed for [SonarQube](https://about.sonarqube.com/) to report test execution.
You can’t perform that action at this time.
0 commit comments