Skip to content

Commit 9931c02

Browse files
authored
Merge pull request #134 from ptkis/camera_index
merge reruns
2 parents 0f2ac77 + efbcafd commit 9931c02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ tasks.withType<Test> {
138138
maxFailures.set(20)
139139
failOnPassedAfterRetry.set(false)
140140
}
141+
reports {
142+
junitXml.apply {
143+
isOutputPerTestCase = true // defaults to false
144+
mergeReruns.set(true) // defaults to false
145+
}
146+
}
141147
}
142148

143149
tasks.jacocoTestReport {

0 commit comments

Comments
 (0)