mitch
10/17/2022, 6:42 AMtest {
filter {
includeTestsMatching("*SomeSpecificTest")
}
}
but it somehow ignores the inclusion and starts to execute everything. The excludeTestsMatching
seems to work as intended.. I wonder what have I done wrong in here. Can someone point me to the right direction?Big Chungus
10/17/2022, 8:10 AMmitch
10/17/2022, 8:10 AMmitch
10/17/2022, 8:11 AMincludeTestsMatching("com.etc.something.*")
works fine, so there’s something to do which may be outside gradleBig Chungus
10/17/2022, 8:11 AMmitch
10/17/2022, 8:12 AMBig Chungus
10/17/2022, 8:12 AMBig Chungus
10/17/2022, 8:13 AM