You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Templated steps (e.g. ``@given("there are <start> cucumbers")``) should now the use step argument parsers in order to match the scenario outlines and get the values from the example tables. The values from the example tables are no longer passed as fixtures, although if you define your step to use a parser, the parameters will be still provided as fixtures.
1183
1125
1184
1126
.. code-block:: python
@@ -1219,6 +1161,12 @@ Scenario `example_converters` are removed in favor of the converters provided on
1219
1161
pass
1220
1162
1221
1163
1164
+
Refuse combining scenario outline and pytest parametrization
0 commit comments