Closed floppydrive6 closed 1 year ago
The most direct drop-in replacement would be
filteringConfiguration:
allowlist:
- type: "fully-qualified-class-name"
regex: "com\.example\.SomeClassTest.*"
thanks a lot, I will migrate to filteringConfiguration then, closing issue! 😄
Describe the bug Before 0.9.0 I used
testClassRegexes
config property (Gradle plugin) to filter out test classes which should be executed (based on file name regex), do you know how we can achieve pretty the same (using Gradle plugin) in version 0.9.0?I found in changelog that it was removed and moved to iOS configuration only, but it seemed to be working for Android as well (<0.9.0), and now I wonder how I can easily replace it?
Not sure if it should be achieved with:
testParserConfiguration
? If so, do you have some examples using Gradle plugin how it can be done? Thanks in advance for any suggestions.To Reproduce Steps to reproduce the behaviour:
Expected behavior A clear and concise description of what you expected to happen.
Logs and reports Add an execution log to help explain your problem. If possible, provide the report folder.
Devices (please complete the following information):
Additional context Add any other context about the problem here.