Skip to content
Snippets Groups Projects
Commit e28a3e93 authored by Joshua Gill's avatar Joshua Gill
Browse files

build.gradle updated with showing test details

parent 0c7a8554
No related branches found
No related tags found
No related merge requests found
......@@ -64,4 +64,8 @@ dependencies {
test {
useJUnitPlatform()
testLogging {
events "PASSED", "SKIPPED", "FAILED", "STANDARD_OUT", "STANDARD_ERROR"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment