We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is a feature request.
Now only support:
test-targets: - ClassTest/testMethod
Would be good to have:
test-targets: - Class1Test/* - Class2Test/testLogin*
The text was updated successfully, but these errors were encountered:
I agree, that'd be a cool feature to add.
Sorry, something went wrong.
Issue #467: iOS support globs for test-targets
7d2069e
Regex support for filtering iOS test targets will land on master soon. The glob example looks like this when translated to regex:
test-targets: - Class1Test/.* - Class2Test/testLogin.*
8bd9640
Issue #467: iOS support globs for test-targets (#478)
9d84156
No branches or pull requests
It is a feature request.
Now only support:
Would be good to have:
The text was updated successfully, but these errors were encountered: