System.out.print not displaying
http://stackoverflow.com/questions/3963708/gradle-how-to-display-test-results-in-the-console-in-real-time
Example :
test {
testLogging {
events "passed", "skipped", "failed", "standardOut", "standardError"
showStandardStreams = true
}
}
No comments:
Post a Comment