We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6353f0 commit 9629afbCopy full SHA for 9629afb
build.gradle
@@ -1034,6 +1034,7 @@ project("spring-test") {
1034
// Show STD_OUT & STD_ERR of the test JVM(s) on the console:
1035
// testLogging.showStandardStreams = true
1036
// forkEvery 1
1037
+ reports.junitXml.destination = file("$buildDir/test-results")
1038
}
1039
1040
test {
@@ -1045,6 +1046,7 @@ project("spring-test") {
1045
1046
exclude(['**/testng/**/*.*'])
1047
// Java Util Logging for JUnit 5.
1048
// systemProperty('java.util.logging.manager', 'org.apache.logging.log4j.jul.LogManager')
1049
1050
1051
1052
task aggregateTestReports(type: TestReport) {
0 commit comments