Skip to content

Commit

Permalink
chore: show full stacktraces on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest committed Dec 9, 2023
1 parent 978be3e commit a2c5c7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ testing {
}
}

testlogger {
showFullStackTraces true
}

tasks.named('check') {
dependsOn(testing.suites.integrationTest)
}
Expand Down

0 comments on commit a2c5c7f

Please sign in to comment.