-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
🚀 Feature Request
Hello team, I have been using Playwright UI mode while developing test cases and for debugging. I always felt it would be better if we have 'Retries' option on UI mode too. Many times, especially while running tests in parallel, I have observed some tests becomes flaky. And I have to re-run them manually from UI mode GUI. So, if we have that option explicitly in place, then it would be much better.
I am not sure if we can pass the retries option via CLI when trying to launch UI mode. But it would be better if we have explicit button for that on GUI. Thanks.
Example
No response
Motivation
I always felt it would be better if we had 'Retries' option on UI mode too. Many times, especially while running tests in parallel, I have observed some tests becomes flaky. And I have to re-run them manually from the UI mode GUI. So, if we have that option explicitly in place, then it would be much better.