Skip to content

Commit 44ba941

Browse files
authored
Merge branch 'master' into scenario-outline-with-slashes
2 parents b6e3de9 + 42f59ef commit 44ba941

File tree

4 files changed

+29
-27
lines changed

4 files changed

+29
-27
lines changed

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 <[email protected]>`_
2020
* `Harro van der Klauw <[email protected]>`_
2121
* `Hugo van Kemenade <https://github.com/hugovk>`_
22+
* `Kyle Adams <https://github.com/kadams54>`_
2223
* `Laurence Rowe <[email protected]>`_
2324
* `Leonardo Santagada <[email protected]>`_
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

poetry.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)