Skip to content

Commit 454e2be

Browse files
jvmvikclaude
andcommitted
test: print full exception format for test failures
exceptionFormat = "short" prints only the exception class and line, swallowing assertion messages. GoogleEventsTest embeds the API response in its assertion message, which CI was discarding, making the failure undiagnosable from logs alone. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 56305b6 commit 454e2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test {
6464

6565
testLogging {
6666
events "passed", "skipped", "failed"
67-
exceptionFormat = "short"
67+
exceptionFormat = "full"
6868
showStackTraces = true
6969
showStandardStreams = true
7070
}

0 commit comments

Comments
 (0)