I have following structure for my "tests" module written in scala
tests/
build.gradle
src/
resources/
scala/
system/basic/SomeTests.scala
I can run all tests under scala folder using
./gradlew tests:test
How can I run only SomeTests.scala from command line?