-
Notifications
You must be signed in to change notification settings - Fork 64
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 support for tags #3
Comments
Any update/timeline on this? |
Honestly, it's not looking good. Without the ability to pass in tags somehow on the command line I can't see how this would work. A change to xcodebuild to allow an environment variable (i.e. I've not given up yet, but I'm not far off. |
Worth adding a |
Added. Didn't know that was a Thing™. |
Have you considered using the Objective-C Gherkin parser/compiler? |
I assume the difficulty here is in the use of tags to run only a subset of tests at a time. Tags can also be used in conjunction with hooks to define Is this correct, and would it be worth splitting this issue in to these two scenarios? |
@dhoskins we are currently looking into integrating support for the @after blocks so we can do cleanup after executing a test case, so hopefully a pull request will follow soon. If any ideas let me know! UPDATE: priority for this in our team was dropped, so no progress here for now. Maybe in future. |
Hey Guys, |
Was a huge fan of XCTest-Gherkin when i first saw it... but i've migrated over to Cucumberish |
@depoon what was the main reason you have chosen Cucumberish over XCTest-Gherkin? |
It is possible to pass flag from I think, app needs to be rebuild for this value to be reflected, which then means that |
I made a PR for scenario tags. It will help others to bypass some scenarios in a feature file. |
Tag running implemented in PR #185 |
fix outline scenarios
Both Feature tags and Scenario tags
The text was updated successfully, but these errors were encountered: