Skip to content

Commit 2e6b9e6

Browse files
author
Michiel Holtkamp
committed
Updated README, CHANGES and AUTHORS
1 parent 2ab960a commit 2e6b9e6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ These people have contributed to `pytest-bdd`, in alphabetical order:
1818
* `Harro van der Klauw <[email protected]>`_
1919
* `Laurence Rowe <[email protected]>`_
2020
* `Leonardo Santagada <[email protected]>`_
21+
* `Michiel Holtkamp <[email protected]>`_
2122
* `Robin Pedersen <[email protected]>`_
2223
* `Sergey Kraynev <[email protected]>`_

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
2.19.0
5+
------
6+
7+
- Added --cucumber-json-expanded option for explicit selection of expanded format (mjholtkamp)
8+
- Step names are filled in when --cucumber-json-expanded is used (mjholtkamp)
9+
410
2.18.2
511
------
612

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,12 @@ To have an output in json format:
11331133

11341134
py.test --cucumberjson=<path to json report>
11351135

1136+
This will output an expanded (meaning scenario outlines will be expanded to several scenarios) cucumber format.
1137+
To also fill in parameters in the step name, you have to explicitly tell pytest-bdd to use the expanded format:
1138+
1139+
::
1140+
1141+
py.test --cucumberjson=<path to json report> --cucumberjson-expanded
11361142

11371143
To enable gherkin-formatted output on terminal, use
11381144

0 commit comments

Comments
 (0)