-
Notifications
You must be signed in to change notification settings - Fork 221
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 for Example sections #411
Comments
Any update on this feature? |
news? |
@olegpidsadnyi could you please check #413 and provide some timeline for parser rewriting. There could be one good step to untangle development: split parsing and execution models maybe with some marshalling in between as it was done in Cucmber.io project. This feature uses aspects of Gherkin dialect which were not presented by Gherkin originally (pytest-bdd and Cucumber.io Gherkin dialects are different). I have a branch that could execute a model provided by Cucumber.io community. Before I could create new PR I want to know that this feature could have a future in this project. @olegpidsadnyi please review this feature and put it if possible to a roadmap |
bump |
@VladimirChernev could I ask you to check https://github.com/elchupanebrej/pytest-bdd-ng fork? It doesn't support examples in background sections (because Gherkin specification doesn't support them), but it supports tags for example sections |
I implemented this feature using |
When I have Feature file like:
and invoke pytest like:
pytest-bdd respects added tags
NB:
Gherkin parser already has such model and it already used here: https://behave.readthedocs.io/en/latest/new_and_noteworthy_v1.2.6.html#index-0
The text was updated successfully, but these errors were encountered: