Skip to content

Commit 08e491f

Browse files
committed
improve tests logging
1 parent 481a713 commit 08e491f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,14 @@ apollo {
218218
]
219219
}
220220

221+
tasks.withType(Test).configureEach {
222+
testLogging {
223+
events "passed", "skipped", "failed"
224+
exceptionFormat "full"
225+
showStandardStreams = false
226+
}
227+
}
228+
221229
dependencies {
222230
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
223231
implementation 'com.squareup.okhttp3:okhttp:4.11.0'

0 commit comments

Comments
 (0)