Update build.gradle.kts
This commit is contained in:
parent
dbf584fd67
commit
1474d5535d
@ -74,4 +74,8 @@ dependencies {
|
||||
|
||||
tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
reports {
|
||||
junitXml.isEnabled = true // Enable JUnit XML reports
|
||||
html.isEnabled = true // Enable HTML reports
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user