Features
January 22, 2023 ยท View on GitHub
Miscellaneous Features
Retries
To automatically retry when a scenario can fail;
#> retries: 2
Scenario: This is a scenario
Given I access a site on slow network
Then it opens

January 22, 2023 ยท View on GitHub
To automatically retry when a scenario can fail;
#> retries: 2
Scenario: This is a scenario
Given I access a site on slow network
Then it opens
