pytest-bdd icon indicating copy to clipboard operation
pytest-bdd copied to clipboard

Add support of cucumber expressions

Open elchupanebrej opened this issue 3 years ago • 2 comments
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

elchupanebrej avatar Oct 16 '22 19:10 elchupanebrej