Fixes for gherkin reporter issues#263
Fixes for gherkin reporter issues#263sliwinski-milosz wants to merge 5 commits intopytest-dev:masterfrom
Conversation
|
@sliwinski-milosz Can you please add some tests for this? In case you need some input on how to test pytest plugins like pytest_bdd, you may want to check https://docs.pytest.org/en/latest/writing_plugins.html#testing-plugins. Also, thank you very much for this PR. |
|
Also, running |
bf5eec0 to
f06f23c
Compare
|
User can parametrize scenario by using examples specified in feature files. In that case pytest We also provide a way to parametrize scenario on the python side by using The problem with gherkin reporting is that when we are getting For gherkin reporting we need all parameters: those specified in feature files and those specified by using This pull requests uses This pull request contains three changes:
If that is too much I can split this pull request into three smaller ones. |
|
As this pull request got quite messy I decided to split it into three smaller pull requests to fix issues one by one: |
Related to:
#247
#235
This pull request updates
--gherkin-terminal-reporter-expandedto enable gherkin output.Thanks to that it can be used without adding
--gherkin-terminal-reporterto the command.This is the way suggested in the docs:
https://pytest-bdd.readthedocs.io/en/latest/#reporting