BP
Size: a a a
BP
BP
G
VS
AnyLeanConfigExtension is not publicVS
VS
ГР
RC
AH
kotlin {
tasks {
test {
testLogging {
showExceptions = true
exceptionFormat = TestExceptionFormat.FULL
showCauses = true
showStackTraces = true
info {
events(
TestLogEvent.SKIPPED,
TestLogEvent.FAILED
)
showStandardStreams = false
}
debug {
events(
TestLogEvent.PASSED,
TestLogEvent.SKIPPED,
TestLogEvent.FAILED,
TestLogEvent.STANDARD_OUT,
TestLogEvent.STANDARD_ERROR
)
showStandardStreams = true
}
}
// ...
}
}
}
AH
gradle test —info и он будет показывать в инфо только зафейленные и скипнутые таски без мусораГР
SendCsvMindboxTes@Test
void sendOrderFileTest()AH
G
G
VS
VS
id("com.github.vlsi.gradle-extensions") version "1.74"ГР
AH
a
BP