pytest-bdd
pytest-bdd copied to clipboard
Enable support for MDG syntax (Markdown with Gherkin)
Is your feature request related to a problem? Please describe. If I understand correctly:
- pytest-bdd uses the official gherkin parser for Python
- the official gherkin parser for Python supports MDG syntax (Markdown with Gherkin)
Describe the solution you'd like
That pytest-bdd supports MDG syntax (which uses the .feature.md extension)
Describe alternatives you've considered
Staying with the plain Gherkin .feature syntax. However the markdown focused workflows when using LLM coding assistants have an excellent match with markdown flavours. There is also excellent support for syntax highlighting, formatting, linting, LSP support and other features you get for free with the markdown ecosystem.
Additional context
- https://github.com/cucumber/common/pull/2103