Skip to content

Commit

Permalink
Merge pull request #697 from kadams54/master
Browse files Browse the repository at this point in the history
Clarify docs on --gherkin-terminal-reporter
  • Loading branch information
youtux committed Sep 28, 2024
2 parents 20faa0c + b1304e0 commit 42f59ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ These people have contributed to `pytest-bdd`, in alphabetical order:
* `Floris Bruynooghe <flub@devork.be>`_
* `Harro van der Klauw <hvdklauw@gmail.com>`_
* `Hugo van Kemenade <https://github.com/hugovk>`_
* `Kyle Adams <https://github.com/kadams54>`_
* `Laurence Rowe <l@lrowe.co.uk>`_
* `Leonardo Santagada <santagada@github.com>`_
* `Milosz Sliwinski <sliwinski-milosz>`_
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

Unreleased
----------
- Update documentation to clarify that `--gherkin-terminal-reporter` needs to be used with `-v` or `-vv`.
- Drop compatibility with pytest < 7.0.0.

8.0.0b1
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1054,11 +1054,11 @@ To have an output in json format:

This will output an expanded (meaning scenario outlines will be expanded to several scenarios) Cucumber format.

To enable gherkin-formatted output on terminal, use
To enable gherkin-formatted output on terminal, use `--gherkin-terminal-reporter` in conjunction with the `-v` or `-vv` options:

::

pytest --gherkin-terminal-reporter
pytest -v --gherkin-terminal-reporter


Test code generation helpers
Expand Down

0 comments on commit 42f59ef

Please sign in to comment.