Improve test failure output to ease diagnosis of Travis CI failures
This commit is contained in:
@@ -74,6 +74,9 @@ project(':spring-restdocs') {
|
||||
|
||||
test {
|
||||
jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=org.springframework.restdocs.*"
|
||||
testLogging {
|
||||
exceptionFormat "full"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user