You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to this issue, I can run whole tests in class (with the arrow at the class name) but not individual tests.
Kotest runner cannot find my JDK (No JDK specified), but Gradle runner can.
Issue
I have
gradle
selected as runner for my tests. When I run the test file as a whole, then it is using gradle as expectedBut when I run an individual spec it uses the kotest runner instead of gradle.
Expected behaviour
Run individual spec using gradle
Here is a screen recording explaining the problem
kotest-gradle-sample.mp4
Here is a sample repository to reproduce the issue:
https://github.com/roughnote/kotest-gradle-sample
The text was updated successfully, but these errors were encountered: