Perhaps not a kotest question, but I don't really ...
# kotest
x
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.
I do see that there are files in build/test-results/ that contain the output. They aren't linked to from the reports, though. Is there a way to have the output for each test linked to from the test's info in the report?