solution: organize the integration test suite
This commit is contained in:
@@ -19,5 +19,9 @@ dependencies {
|
||||
}
|
||||
|
||||
test {
|
||||
systemProperty "trialMode", project.getProperty("dshackleTrialMode")
|
||||
useJUnitPlatform()
|
||||
testLogging {
|
||||
events "PASSED", "FAILED"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user