File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1175,16 +1175,6 @@ It will print the generated code to the standard output so you can easily redire
11751175 pytest-bdd generate features/some.feature > tests/functional/test_some.py
11761176
11771177
1178- If your scenarios are not written in `proper ` Gherkin language, e.g. they are more like textual scripts, then
1179- you might find it hard to use `pytest-bdd generate ` as by default it validates the order of step types (given-when-then).
1180- To relax that validation, just pass ``--strict-gherkin=False `` to the ``scenario `` steps generator:
1181-
1182-
1183- ::
1184-
1185- pytest-bdd generate --strict-gherkin=False <feature file name> .. <feature file nameN>
1186-
1187-
11881178Advanced code generation
11891179------------------------
11901180
You can’t perform that action at this time.
0 commit comments