Another observation, when I wish to run only a spe...
# kotest
g
Another observation, when I wish to run only a specific test (say in StringSpec) and when the test-runner is set as Gradle in intellij, it runs all the tests in the file, as the gradle command that triggers is
gradle test --tests "com.package.testClassName"'
. Is this expected?
@sam
s
Not much we can do if you're using the gradle runner as gradle will only include the test name / package name
but if you're using the plugin you should be able to run any test directly