You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser of feature files is developed here https://github.com/cucumber/gherkin ; Implementation must include ALL languages. I'll add a feature request(and attach the ticket here), but not expect fast feedback/implementation.
Workarounds:
2.1. Bypass parameters from Examples sections into step via Step parameters and implementing formatting by yourself
2.2. Introspecting fixturelikes provided by pytest-bdd in steps like feature, scenario and implementing formatting by yourself
hello, thank you for developing pytest-bdd-ng'
I am using the following approach to prepare and send a cloud event:
If there was way to use "variables" from the
Examples
section inside the docstring, my scenario description would look like this.I am not sure how complex this would be to implement, but I think it would be very convenient.
The text was updated successfully, but these errors were encountered: