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"
}
}
Stay in the loop.
New reference guides, blog posts, and technical notes on software development, infrastructure, and developer tools.