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
Scenario Outline:
Given I log in with user <user> and password <password>
When some action
Then some result
Examples:
| user | password |
| user1 | pass1 |
| user2 | pass2 |
Scenario Outline:
Given I log in with user <user> and password <password>
When different action
Then different result
Examples:
| user | password |
| user3 | pass3 |
| user4 | pass4 |
Background doesn't support examples, so rule shouldn't apply to steps that require parameters.
The text was updated successfully, but these errors were encountered: