-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tags support #7
Comments
This is the next addition. Waiting for tags.feature to be reviewed. |
+1, with this added it will be ready for my daily usage. |
@mcollina It's on its way :) |
In order to get tag support (#7), it was necessary to decouple Gherkin parsing callbacks from the actual assembly of the Abstract Structured Tree. - Extracted AST assembly logic into a new Cucumber.Ast.Assembler object; - AST elements now handle specific back-references instead of relying on the builder (e.g. previously, the parser was setting the background on a new scenario; the Feature element is now taking care of it when the scenario is appended); - Refactored some related specs.
Tags on scenarios are supported but not on features yet. |
Nice!! |
@mcollina I'll release this tomorrow. |
Tags are now live on 0.2.6! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Add support for tags on features and scenario; filter based on those tags.
https://github.com/cucumber/cucumber/wiki/Tags
The text was updated successfully, but these errors were encountered: