improved logging during unit tests
This commit is contained in:
parent
4f31b86af4
commit
cb2b4cd51b
@ -33,3 +33,9 @@ application {
|
||||
// Define the main class for the application.
|
||||
mainClassName = 'ch.zhaw.ads.ExBox'
|
||||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed", "standardOut", "standardError"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user