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

Immediate retry for failed test cases in selenium-side-runner #1851

Open
fgcui1204 opened this issue Jul 31, 2024 · 0 comments
Open

Immediate retry for failed test cases in selenium-side-runner #1851

fgcui1204 opened this issue Jul 31, 2024 · 0 comments

Comments

@fgcui1204
Copy link

💬 Questions and Help

I am using selenium-side-runner for automated testing with .side files containing multiple test cases. I've noticed that when a test case fails (e.g., due to a timeout), selenium-side-runner continues to execute the remaining test cases and only retries the failed ones after all tests have been completed. This behavior is observed when, for example, the second test case in a series of three fails; the runner completes the third test before retrying the second.

Is there a way to configure selenium-side-runner to retry a failed test case immediately instead of waiting until all other tests have finished? I'm looking for functionality that would allow for an immediate retry of a test upon failure, which could be crucial for continuous integration environments where immediate feedback is essential.

Thank you for any guidance or suggestions you can provide!

@fgcui1204 fgcui1204 changed the title Immediate Retry Mechanism for Failed Test Cases in selenium-side-runner Immediate retry for failed test cases in selenium-side-runner Aug 2, 2024
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

1 participant