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

retries_cli retries_dashboard