Skip to content

Commit c68e787

Browse files
committed
update readme/changes about gherkin-terminal-reporter
1 parent a7c38fe commit c68e787

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.rst

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

4+
2.17.0
5+
------
6+
7+
- Add gherkin terminal reporter (spinus)
8+
49
2.16.0
510
------
611

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,13 @@ To have an output in json format:
11001100
py.test --cucumberjson=<path to json report>
11011101

11021102

1103+
To enable gherkin-formatted output on terminal, use
1104+
1105+
::
1106+
1107+
py.test --gherkin-terminal-reporter
1108+
1109+
11031110
Test code generation helpers
11041111
----------------------------
11051112

pytest_bdd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from pytest_bdd.steps import given, when, then
44
from pytest_bdd.scenario import scenario, scenarios
55

6-
__version__ = '2.16.0'
6+
__version__ = '2.17.0'
77

88
__all__ = [given.__name__, when.__name__, then.__name__, scenario.__name__, scenarios.__name__]

0 commit comments

Comments
 (0)