Updated README, CHANGES and AUTHORS

This commit is contained in:
Michiel Holtkamp 2017-11-02 16:26:40 +01:00
parent 2ab960a626
commit 2e6b9e680a
3 changed files with 13 additions and 0 deletions

View File

@ -18,5 +18,6 @@ These people have contributed to `pytest-bdd`, in alphabetical order:
* `Harro van der Klauw <hvdklauw@gmail.com>`_ * `Harro van der Klauw <hvdklauw@gmail.com>`_
* `Laurence Rowe <l@lrowe.co.uk>`_ * `Laurence Rowe <l@lrowe.co.uk>`_
* `Leonardo Santagada <santagada@github.com>`_ * `Leonardo Santagada <santagada@github.com>`_
* `Michiel Holtkamp <github@elfstone.nl>`_
* `Robin Pedersen <ropez@github.com>`_ * `Robin Pedersen <ropez@github.com>`_
* `Sergey Kraynev <sergejyit@gmail.com>`_ * `Sergey Kraynev <sergejyit@gmail.com>`_

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.19.0
------
- Added --cucumber-json-expanded option for explicit selection of expanded format (mjholtkamp)
- Step names are filled in when --cucumber-json-expanded is used (mjholtkamp)
2.18.2 2.18.2
------ ------

View File

@ -1133,6 +1133,12 @@ To have an output in json format:
py.test --cucumberjson=<path to json report> py.test --cucumberjson=<path to json report>
This will output an expanded (meaning scenario outlines will be expanded to several scenarios) cucumber format.
To also fill in parameters in the step name, you have to explicitly tell pytest-bdd to use the expanded format:
::
py.test --cucumberjson=<path to json report> --cucumberjson-expanded
To enable gherkin-formatted output on terminal, use To enable gherkin-formatted output on terminal, use