bullet-train-co/bullet_train

Should we consider switching to Playwright instead of Selenium for driving system tests?

jagthedrummer opened this issue · 0 comments

I've seen reports that Playwright is generally less flaky than Selenium and we definitely have at least a couple of tests that are currently flaky when running under Selenium.

The Playwright site:
https://playwright.dev/

An article describing the process of moving a Rails project to Playwright:
https://justin.searls.co/posts/running-rails-system-tests-with-playwright-instead-of-selenium/