mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
improve logging
This commit is contained in:
parent
29911bc586
commit
d0550a7642
@ -81,8 +81,12 @@ task nodeVersion(type: NodeTask) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
testLogging.showStandardStreams = true
|
testLogging {
|
||||||
testLogging.exceptionFormat = 'full'
|
showStandardStreams = true
|
||||||
|
showStackTraces = true
|
||||||
|
exceptionFormat = 'full'
|
||||||
|
events 'passed', 'skipped', 'failed'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user