Skip to content

Commit 42f59ef

Browse files
authored
Merge pull request #697 from kadams54/master
Clarify docs on --gherkin-terminal-reporter
2 parents 20faa0c + b1304e0 commit 42f59ef

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ These people have contributed to `pytest-bdd`, in alphabetical order:
1919
* `Floris Bruynooghe <flub@devork.be>`_
2020
* `Harro van der Klauw <hvdklauw@gmail.com>`_
2121
* `Hugo van Kemenade <https://github.com/hugovk>`_
22+
* `Kyle Adams <https://github.com/kadams54>`_
2223
* `Laurence Rowe <l@lrowe.co.uk>`_
2324
* `Leonardo Santagada <santagada@github.com>`_
2425
* `Milosz Sliwinski <sliwinski-milosz>`_

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelog
33

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

89
8.0.0b1

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,11 +1054,11 @@ To have an output in json format:
10541054

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

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

10591059
::
10601060

1061-
pytest --gherkin-terminal-reporter
1061+
pytest -v --gherkin-terminal-reporter
10621062

10631063

10641064
Test code generation helpers

0 commit comments

Comments
 (0)