In my projects I configure it this way: ``` testLo...
# kotlintest
l
In my projects I configure it this way:
Copy code
testLogging {
        events "PASSED", "FAILED", "SKIPPED", "STANDARD_ERROR", "STANDARD_OUT"
        showStackTraces = true
        exceptionFormat = 'full'
    }