Skip to content

Configuration option to retry the whole scenario #24

@Kolyunya

Description

@Kolyunya

It would be nice to have a configuration option to retry the whole scenario from the very beginning.

Use-case:

Feature:
    Scenario:
        Given I am on "/"
        Then the response status code should be 200

If the request sometimes fails with a server error, then in such cases the first step would always pass and the second step would always fail no matter how many retries we make, because the response is loaded on the first step.

Retrying the scenario from the beginning would help in such cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions