👋 I have a small issue with running tests in Intellij IDEA; that when I double-click / mark and hit enter on a stringspec test in Intellij IDEA test results, the IDE does not lead me to the test code, instead, nothing happens. Has anyone experienced the same?
A bit about the project if relevant:
It's a Spring Boot 2.1.10 project with maven-surefire-plugin 3.0.0-M1, junit5 and kotlintest (tests are written in both junit5 and kotlintest). We also use testcontainers that have a dependency on junit4.