Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement configurable retry #25

Open
seako opened this issue Nov 1, 2018 · 2 comments
Open

Implement configurable retry #25

seako opened this issue Nov 1, 2018 · 2 comments

Comments

@seako
Copy link

seako commented Nov 1, 2018

Ideally every integration test would work every time. But I'm sure we've all written or seen tests that work most of the time but sometimes need to be retried for them to work. It would be great if tests and steps had retry configuration that let you specify the number of times to retry them before they're regarded as failed.

@MykolaDudar
Copy link
Contributor

Opportunities I see

  1. Configure number of automatic re-tries for each test in the test suite
  2. Give option to re-run tests that failed in the last run
  3. Configure number of automatic re-tries for each test step in each test in the test suite

@wmatson
Copy link
Contributor

wmatson commented May 4, 2019

Another possible option: some sort of middleware or fixture-like option for creating/adding new features from userspace easily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants