Delaying Retries for Specific Tests #27080
Unanswered
Masood-Ahmed271
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to retry certain test cases but I want to retry them after say 2 minutes or 3 minutes and during that time frame of 2 to 3 minutes, I want other test cases to run. Is it possible to do so? Or in an other scenario, when I want to retry a specific test, can it be possible to retry the test after all other tests have been run, for example I want to retry test b, and d, and the current test cases that I have is a,b,c,d, and e so the execution should look like a (no-retry), b (first try), c(no-retry), d(first-try), e(no-retry), b(second-retry), d(second-retry).
I hope somebody can answer my query!
Beta Was this translation helpful? Give feedback.
All reactions