File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ Multiline steps
379
379
---------------
380
380
381
381
As Gherkin, pytest-bdd supports multiline steps
382
- (aka `PyStrings <http://docs. behat.org/guides/1.gherkin .html#pystrings >`_).
382
+ (aka `PyStrings <http://behat.org/en/v3.0/user_guide/writing_scenarios .html#pystrings >`_).
383
383
But in much cleaner and powerful way:
384
384
385
385
.. code-block :: gherkin
@@ -482,7 +482,7 @@ Scenario outlines
482
482
483
483
Scenarios can be parametrized to cover few cases. In Gherkin the variable
484
484
templates are written using corner braces as <somevalue>.
485
- `Gherkin scenario outlines <http://docs. behat.org/guides/1.gherkin .html#scenario-outlines >`_ are supported by pytest-bdd
485
+ `Gherkin scenario outlines <http://behat.org/en/v3.0/user_guide/writing_scenarios .html#scenario-outlines >`_ are supported by pytest-bdd
486
486
exactly as it's described in be behave _ docs.
487
487
488
488
Example:
@@ -859,7 +859,7 @@ Backgrounds
859
859
860
860
It's often the case that to cover certain feature, you'll need multiple scenarios. And it's logical that the
861
861
setup for those scenarios will have some common parts (if not equal). For this, there are `backgrounds `.
862
- pytest-bdd implements `Gherkin backgrounds <http://docs. behat.org/en/v2.5/guides/1.gherkin .html#backgrounds >`_ for
862
+ pytest-bdd implements `Gherkin backgrounds <http://behat.org/en/v3.0/user_guide/writing_scenarios .html#backgrounds >`_ for
863
863
features.
864
864
865
865
.. code-block :: gherkin
You can’t perform that action at this time.
0 commit comments