Petr Iakovenko
08/09/2025, 9:37 AMkotest-runner-junit5
to kotest-framework-engine
, but I’m running into a couple of issues that didn’t happen with the JUnit runner
• debugging tests in IntelliJ doesn’t work — it just runs the test instead of debugging
• logs only appear after the job has finished or been stopped (in the logs I see that it’s using listener=teamcity
)
I’m running the tests using the Kotest plugin
6.0.0.M13sam
08/09/2025, 2:52 PMsam
08/09/2025, 2:52 PMPetr Iakovenko
08/10/2025, 6:59 AM:api:kotest
task to run the tests
I also tried running the tests from https://github.com/kotest/kotest-examples/tree/master/kotest-jvm to compare the behavior with my project
When I run kotest-examples
, I see the Kotest configuration (first image). But in my project, it uses the Gradle configuration instead (second image). If I change the engine to the JUnit runner, I get the same window as in kotest-examples
.Petr Iakovenko
08/10/2025, 8:22 AMsam
08/12/2025, 1:56 AM