mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
improve logging
This commit is contained in:
parent
29911bc586
commit
d0550a7642
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user