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
Setup test data in the test using Table syntax in Given
Describe data criteria in When
Describe match expectations in Then (matches / does not match, what data matches)
Example:
Given I have users:
| Id | Name | Age || 1 | Bob | 10 || 2 | Peter | 20 |When I choose a user
And user's age is greater than 15 years
Then the data matches
And matched user's name is Peter
The text was updated successfully, but these errors were encountered:
Example:
The text was updated successfully, but these errors were encountered: