I am struggling to run only tests that end with *Test.java
and have this in my configs but test runner does not pick anything with this config, am I missing something?
testPattern {
include '**/*Test.java'
}
It is working it was not just logging property, it works.