pytest-bdd
pytest-bdd copied to clipboard
Add support of cucumber expressions
trafficstars
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 https://github.com/elchupanebrej/pytest-bdd-ng/pull/76