thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 428 forks source link

Retry crash failure on reset! #1064

Open twalpole opened 6 years ago

twalpole commented 6 years ago

If a crash occurs during reset!, options such as allowed_urls, blocked_urls, etc aren't correctly set for the next test. This adds a retry to reset! in an attempt to work around the crashes.