-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for gherkin reporter issues #263
Fixes for gherkin reporter issues #263
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-expanded
to enable gherkin output.Thanks to that it can be used without adding
--gherkin-terminal-reporter
to the command.This is the way suggested in the docs:
https://pytest-bdd.readthedocs.io/en/latest/#reporting