Update changelog
This commit is contained in:
parent
58cf81dc79
commit
a4c27cf6ba
|
@ -5,10 +5,10 @@ Unreleased
|
|||
-----------
|
||||
This release introduces breaking changes, please refer to the :ref:`Migration from 4.x.x`.
|
||||
|
||||
- Examples are now always expanded in the scenarios.
|
||||
- Removed ``example_converters`` from ``scenario(...)`` signature
|
||||
- Removed ``--cucumberjson-expanded`` and ``--cucumber-json-expanded`` options. Now the JSON report is always expanded
|
||||
- Removed ``--gherkin-terminal-reporter-expanded`` option. Now the terminal report is always expanded
|
||||
- Rewrite the logic to parse Examples for Scenario Outlines. Now the substitution of the examples is done during the parsing of Gherkin feature files. You won't need to define the steps twice like ``@given("there are <start> cucumbers")`` and ``@given(parsers.parse("there are {start} cucumbers"))``. The latter will be enough.
|
||||
- Removed ``example_converters`` from ``scenario(...)`` signature. You should now use just the ``converters`` parameter for ``given``, ``when``, ``then``.
|
||||
- Removed ``--cucumberjson-expanded`` and ``--cucumber-json-expanded`` options. Now the JSON report is always expanded.
|
||||
- Removed ``--gherkin-terminal-reporter-expanded`` option. Now the terminal report is always expanded.
|
||||
|
||||
4.1.0
|
||||
-----------
|
||||
|
|
Loading…
Reference in New Issue