Rails-7 / Capybara speedup possible?

Have you tried switching to playwright? Selenium is possibly the slowest of all the options out there.

I haven’t played with it a lot, since I rarely do system/js tests, but from what I’ve heard playwright eliminates a lot of flakiness in system tests because it’s not slow like selenium.

1 Like