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?
Gopal S Akshintala
05/07/2020, 2:20 PM
@sam
s
sam
05/07/2020, 2:21 PM
Not much we can do if you're using the gradle runner as gradle will only include the test name / package name
sam
05/07/2020, 2:21 PM
but if you're using the plugin you should be able to run any test directly