File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,15 @@ Changelog
3
3
4
4
Unreleased
5
5
----------
6
-
6
+ - Use `gherkin-official ` parser to replace custom parsing logic.
7
+ - Multiline steps must now always use triple-quotes for the additional lines.
8
+ - All feature files must now use the keyword `Feature: ` to be considered valid.
9
+ - Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
7
10
8
11
7.3.0
9
12
----------
10
13
- Fix an issue when only the first Step would inject a fixture, while later steps would not be able to.
11
14
- Test against the latest versions of pytest (8.2, 8.3).
12
- - Use `gherkin-official ` parser to replace custom parsing logic.
13
- - Multiline steps must now always use triple-quotes for the additional lines.
14
- - All feature files must now use the keyword `Feature: ` to be considered valid.
15
- - Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
16
15
17
16
7.2.0
18
17
----------
You can’t perform that action at this time.
0 commit comments