Update build.gradle.kts
This commit is contained in:
parent
dbf584fd67
commit
1474d5535d
1 changed files with 4 additions and 0 deletions
|
@ -74,4 +74,8 @@ dependencies {
|
||||||
|
|
||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
reports {
|
||||||
|
junitXml.isEnabled = true // Enable JUnit XML reports
|
||||||
|
html.isEnabled = true // Enable HTML reports
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue