Skip to content

Commit

Permalink
added logging to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin committed Nov 21, 2023
1 parent c190427 commit bf335a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ tasks.register('integrationTest', Test) {
testClassesDirs = sourceSets.integrationTest.output.classesDirs
classpath = sourceSets.integrationTest.runtimeClasspath
maxParallelForks = (int) (Runtime.runtime.availableProcessors() / 2 + 1)

testLogging {
events 'PASSED', 'FAILED', 'SKIPPED'
}
}


Expand Down

0 comments on commit bf335a0

Please sign in to comment.