Hi Everyone,
I have a multi hierarchy project. PFB the example structure:
I want to run test2b only, using gradle wrapper.
So far I have tried adding filter in test task of sub2 project with includeTestsMatching having value test2b.
I have also tried cli with gradlew :sub2:test --tests test2b.
Both resulted in failure saying no tests found for given include.
Could anyone please point me in the right direction as to what I am doing wrong?
Let me know if I need to provide any more info that could help.
Thanks