Modify or add the testLogging closure in the test closure:
test {
useJUnitPlatform()
testLogging {
events "PASSED", "SKIPPED", "FAILED", "STANDARD_OUT"
}
}
Modify or add the testLogging closure in the test closure:
test {
useJUnitPlatform()
testLogging {
events "PASSED", "SKIPPED", "FAILED", "STANDARD_OUT"
}
}