You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to automatically retry a failing test a certain number of times would be a very useful feature! Occasionally, some tests can be rather flaky and debugging the flakyness can be a time consuming process. When this happens, developers will usually restart the CI job to see if the test re-fails but this a lengthy process re-running thousands of tests when there's only one test that really needs to be retried.
Playwright has something similar with its --retries=3 cli and config options.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
The ability to automatically retry a failing test a certain number of times would be a very useful feature! Occasionally, some tests can be rather flaky and debugging the flakyness can be a time consuming process. When this happens, developers will usually restart the CI job to see if the test re-fails but this a lengthy process re-running thousands of tests when there's only one test that really needs to be retried.
Playwright has something similar with its
--retries=3
cli and config options.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions