0

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'
}
Taras Leskiv
  • 1,835
  • 15
  • 33

1 Answers1

0

It is working it was not just logging property, it works.

Taras Leskiv
  • 1,835
  • 15
  • 33