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
This is currently blocked until such time as either named parameters can be returned by Cucumber Expressions, or a suitable solution that adheres to the current syntax expected for pytest-bdd to handle that Cucumber Expressions are positional only at present
Cucumber expressions module is a part of the Gherkin toolset. To make pytest-bdd compatible with official tools it has to support cucumber expressions
https://github.com/cucumber/cucumber-expressions#readme
There is the official implementation for python: https://pypi.org/project/cucumber-expressions/
An example implementation can be found here elchupanebrej#76
The text was updated successfully, but these errors were encountered: