improve logging

This commit is contained in:
Volker Berlin 2019-01-20 11:31:12 +01:00
parent 29911bc586
commit d0550a7642

View File

@ -81,8 +81,12 @@ task nodeVersion(type: NodeTask) {
}
test {
testLogging.showStandardStreams = true
testLogging.exceptionFormat = 'full'
testLogging {
showStandardStreams = true
showStackTraces = true
exceptionFormat = 'full'
events 'passed', 'skipped', 'failed'
}
}