Hi all. I’m wondering whether there’s a plugin to ...
# kotlintest
t
Hi all. I’m wondering whether there’s a plugin to run each individual test on IDE? I hope there’s something similar to https://spekframework.org/running/#ide. I’ve tried https://plugins.jetbrains.com/plugin/11585-kotlintest. However, whenever I run a single test by clicking on the green play button, the IDE run the entire tests. Also, when I right click on each test on the Test Results tree of the Run window, it shows
Nothing here
menu pop. Not sure if this is a bug.
My IntelliJ setup