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
Configuring a retries configuration as per the Playwright config doesn't seem to have any effect.
Using rspec-retry also doesn't seem to retry specs that use Capybara Playwright.
We have random flaky specs occasionally failing with things like Playwright::TimeoutError and I would like these tests to be retried a few times.
Is it possible with this library?
The text was updated successfully, but these errors were encountered:
Configuring a
retries
configuration as per the Playwright config doesn't seem to have any effect.Using
rspec-retry
also doesn't seem to retry specs that use Capybara Playwright.We have random flaky specs occasionally failing with things like
Playwright::TimeoutError
and I would like these tests to be retried a few times.Is it possible with this library?
The text was updated successfully, but these errors were encountered: