When I run Kotest tests by clicking the green arro...
# kotest
m
When I run Kotest tests by clicking the green arrow on the test class, it uses Gradle to run them, but when I run individual tests, or run from the Kotest plugin window, it runs them differently (directly with JDK?). How can I make the plugin use Gradle to run the tests?
l
Perhaps on this window?
m
Looks like I have it set to Gradle, and if I run tests from IDE actions it uses Gradle. Only when I run them from the Kotest plugin it doesn’t.
e
Hmm, would be good if the plugin respected "Run tests using" 🙂