greenlight icon indicating copy to clipboard operation
greenlight copied to clipboard

Implement configurable retry

Open seako opened this issue 7 years ago • 2 comments

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.

seako avatar Nov 01 '18 18:11 seako

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

MykolaDudar avatar Nov 01 '18 18:11 MykolaDudar

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

wmatson avatar May 04 '19 21:05 wmatson