Javier
01/10/2023, 11:57 PMtestFunctional
and I put a test which should fail, and it fails the first time, but looks like the task is cached and the next time the task is success. Is there something special I have to set?Javier
01/11/2023, 12:04 AMjw
01/11/2023, 12:57 AMjw
01/11/2023, 12:58 AMjw
01/11/2023, 12:58 AMJavier
01/11/2023, 10:35 AMjs {
val integrationTest by compilations.creating
testRuns.create(integrationTest.name) {
setExecutionSourceFrom(integrationTest)
}
}