Here are the latest builds of the intellij plugin ...
# kotest-contributors
s
Here are the latest builds of the intellij plugin if you want to try the new gradle plugin. After installing these, take the latest kotest snapshot or build from source, and add
io.kotest
as a plugin to each gradle module you want to run kotest in. Then you should see
kotest
as a task in the gradle task list. Running tests from intellij should go via this new plugin and appear in the IDE automatically with full navigation to all nested levels, as well as using gradle to run all tests instead of a forked java process. I imagine they'll be edge cases that don't appear on my machine 🙂 Please file on the kotest board so I can address.
e
This will be a huge thing for Kotest. Probably been the biggest pain point for me personally.
s
Let me know how you get on
👍 1