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
LeoColman
02/06/2023, 4:46 PM
Perhaps on this window?
m
Marcin Wisniowski
02/06/2023, 4:48 PM
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
Emil Kantis
02/07/2023, 7:26 AM
Hmm, would be good if the plugin respected "Run tests using" 🙂