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

Add command to run specific test cases #21

Open
Ashton-W opened this issue Sep 14, 2015 · 1 comment
Open

Add command to run specific test cases #21

Ashton-W opened this issue Sep 14, 2015 · 1 comment

Comments

@Ashton-W
Copy link

While editing a test it would be great to be able to run it and only it. Or to specify a test class or file to quickly test.

This will be tricky. If you look at facebooks xctool you will find they do this by creating a temporary scheme.

@gfontenot
Copy link
Owner

Yeah, this might be out of scope for the current plan. I think the reasonable way to start would be to add more configuration so that users can specify that they would like to use xctool instead of xcodebuild as their build tool. We'd need way more than that to get single test or test class or test file support though. We could look to rspec.vim for inspiration on this.

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