Alessio Bogon
Alessio Bogon
you can embed your code in triple quotes, so that it will be properly formatted. Checkout the Markdown documentation: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting
Please provide more information: - python version - pytest_bdd version - steps to reproduce the issue from scratch
Fixed by #292
Pfff sorry brain fart. Reopening the issue.
I think we should just allow examples to include values that are not used. I wouldn't make it an option, I find it unnecessary complication.
@olegpidsadnyi please review
@Vic152 @Vic152 fair enough, but I would intend to still support running pre-test and post-test actions by using fixtures instead. So potentially your code would transform from this: ```python @scenario('a.feature',...
> For example how this could be: all steps are defined at conftest.py plugins and feature files are placed in the same directory. Yes, I wanted to do that for...
Hi @guillego, this looks like something we would like to merge, but it would needs some tests to be added to the PR.
Maybe we should instead import and use [gherkin](https://pypi.org/project/gherkin-official) and delegate the parsing of feature files to this library, provided by cucumber.io. If we use that, we will have automatic support...