hi folks, i am using the intellij kotest plugin (...
# kotest
a
hi folks, i am using the intellij kotest plugin (1.3.67-IC-2022.3). In one project i get the error message: "No JDK specified" when trying to run a single test via the kotest plugin (Screenshot). Running all tests via the gradle integration works fine. The project SDK is properly setup (File -> Project structure) I have already tried to "Reload All Gradle projects" and also tried to "Invalidate Caches". Any ideas what might be wrong with my setup?
e
Can you provide a screenshot of the generated Run Configuration? Should be something like this:
a
image.png
e
If you open the Project Structure again, and go to the module you're using SDK of.. (
arrow.arrow-core.commonTest
)
a
image.png
e
how about commonTest?
a
image.png
e
Right.. hm, wonder how the heck it's supposed to work 🙂 You never get the option to specify what target the test should run for..
a
i am afraid i don't fully understand what you are saying here. am i supposed to see an option dialog here?
e
Sorry, I'm just thinking out loud.. I'm not sure how this is supposed to work. I don't think there's anything wrong with your setup