Skip to content
New issue

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

iOS support globs (*) for test-targets #467

Closed
gtroshin opened this issue Jan 19, 2019 · 2 comments
Closed

iOS support globs (*) for test-targets #467

gtroshin opened this issue Jan 19, 2019 · 2 comments

Comments

@gtroshin
Copy link

It is a feature request.

Now only support:

test-targets:
    - ClassTest/testMethod

Would be good to have:

test-targets:
    - Class1Test/*
    - Class2Test/testLogin*
@bootstraponline
Copy link
Contributor

I agree, that'd be a cool feature to add.

@bootstraponline
Copy link
Contributor

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.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants