Enable Full Command Line Logging
Boost command line output
> Task :konsistTest:test
UseCaseKonsistTest > every use case has single public operator function named 'invoke' FAILED
com.lemonappdev.konsist.core.exception.KoAssertionFailedException at UseCaseKonsistTest.kt:26
2 tests completed, 1 failed
> Task :konsistTest:testDebugUnitTest FAILED
FAILURE: Build failed with an exception.
tasks.withType<Test> {
testLogging {
events(TestLogEvent.FAILED)
exceptionFormat = TestExceptionFormat.FULL
}
}tasks.test {
testLogging {
events(TestLogEvent.FAILED)
exceptionFormat = TestExceptionFormat.FULL
}
}Last updated