pytest-bdd
pytest-bdd copied to clipboard
Let gherkin-terminal-reporter-expanded enable gherkin output
Related to: https://github.com/pytest-dev/pytest-bdd/issues/247 https://github.com/pytest-dev/pytest-bdd/issues/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
Coverage remained the same at 93.545% when pulling 85c189322bf7a71c01a825a16ef06a8a505d0216 on sliwinski-milosz:enable_gherkin_output_with_expand_option into 72a8764556cdecb96c8ce44861af8de1a5726c9c on pytest-dev:master.
As we have now working CI tests, please review this pull request and merge if all is ok.
Blocked by https://github.com/pytest-dev/pytest-bdd/pull/292
PR updated and ready for review