Using the intellij plugin. If I run a test class u...
# kotest
j
Using the intellij plugin. If I run a test class using the gutter icon I get two choices (test/kotest). But either one uses a gradle runner when running the test by default. This results in a
No matching tests found in any candidate test
error (even though all tests are ran and passed if I scroll up in the output). If I run only one test it doesn't ask me which runner, and automatically correctly picks kotest as runner configuration and runst the tests correctly. If I manually create a new run configuration from kotest and point to the spec class (with no one specific test) it correctly runs all tests in the class, with no complaining about not finding candidate tests. Do I have something configured wrong? What could be the cause of this?