We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201f3e7 commit 06a6996Copy full SHA for 06a6996
build.gradle
@@ -105,9 +105,8 @@ subprojects {
105
}
106
107
testLogging {
108
- events("skipped", "failed", "passed")
+ events("failed")
109
exceptionFormat("full")
110
-
111
// Uncomment the following line to see all standard output from tests (there's a ton of it!)
112
//showStandardStreams = true
113
@@ -118,9 +117,8 @@ subprojects {
118
117
useJUnitPlatform()
119
120
121
122
123
124
125
126
0 commit comments