Perhaps not a kotest question, but I don't really know what did this: We're using kotest with our Kotlin code that's built with Gradle.
In the HTML test reports we get in build/reports/tests/test, there used to be links that said something along the lines of "Standard Output". We recently noticed that these links are no longer there. Our code generates logs that can be helpful for debugging when a test fails, so I'm wondering how we can get these back.