Rayrun
← Back to Discord Forum

Delaying Retries for Specific Tests

.masoodahmedposted in #help-playwright
Open in Discord
.masoodahmed
.masoodahmed

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!

This thread is trying to answer question "Is it possible to delay retries for specific test cases and run other tests in the meantime or retry after all other tests have been run?"

0 replies
TwitterGitHubLinkedIn
AboutQuestionsDiscord ForumBrowser ExtensionTagsQA Jobs

Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].