I\'m trying to fix our messy failing test runs, and, unfortunately, I\'m very new to gradle. We currently have testng, junit, and I\'d like to add some spock tests to the mix a
You may provide using the command line:
$> gradle test --tests org.somewhere.MyTestClass
Or even
$> gradle test --tests org.somewhere.MyTestClass.my_test_case