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'
}
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'
}
Copyright © 2021 Jogjafile Inc.
It is working it was not just logging property, it works.