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
After #445 document paragraph "Combine scenario outline and pytest parametrization" became obsolete
tests/feature/test_parametrized.py introduces a new approach (parts of template language are put into steps):
Feature: Parametrized scenario
Scenario: Parametrized given, when, thens
Given there are {start} cucumbers
When I eat {eat} cucumbers
Then I should have {left} cucumbers