mirror of
https://github.com/burakkaygusuz/selenium-4-grid-k8s-docker.git
synced 2021-06-27 00:03:24 +03:00
Edit the count and exception format of the logging
This commit is contained in:
@@ -61,8 +61,8 @@ test {
|
||||
if (!desc.parent)
|
||||
println("${result.resultType} " +
|
||||
"(${result.testCount} tests, " +
|
||||
"${result.successfulTestCount} successes, " +
|
||||
"${result.failedTestCount} failures, " +
|
||||
"${result.successfulTestCount} passed, " +
|
||||
"${result.failedTestCount} failed, " +
|
||||
"${result.skippedTestCount} skipped)")
|
||||
}
|
||||
}
|
||||
@@ -74,7 +74,7 @@ tasks.withType(Test) {
|
||||
TestLogEvent.SKIPPED,
|
||||
TestLogEvent.STANDARD_ERROR,
|
||||
TestLogEvent.STANDARD_OUT)
|
||||
testLogging.exceptionFormat TestExceptionFormat.FULL
|
||||
testLogging.exceptionFormat TestExceptionFormat.SHORT
|
||||
testLogging.showCauses true
|
||||
testLogging.showExceptions true
|
||||
testLogging.showStackTraces true
|
||||
|
||||
Reference in New Issue
Block a user