Replies: 2 comments 1 reply
-
|
My vote is for Playwright. We've switched to it (from Selenium) on a number of projects and seen reduced flakiness. I'd opt for keeping Capybara as we're familiar with the DSL Playwright seems to be taking over, not just in Rails. It has a big team behind it (backed by Microsoft). There are easy set up guides https://justin.searls.co/posts/running-rails-system-tests-with-playwright-instead-of-selenium/ |
Beta Was this translation helpful? Give feedback.
-
|
Evil Martians like Cuprite. It's ruby based which feels nice. It's also CDP-based which is where we derive most of the benefits over Selenium's older WebDriver approach. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There appear to be three main options:
Selenium
Playwright
Cuprite
Beta Was this translation helpful? Give feedback.
All reactions