Recently started experimenting with this as well after doing some playwright testing and getting low failure rates. Thanks for sharing this success and documentation! Wonder if the lower failure rates have something to do with playwrights very specific browser requirements?
I’ve been using https://github.com/rubycdp/cuprite which uses Chrome Developer Protocol to solve these problems. Check out https://evilmartians.com/chronicles/system-of-a-test-setting-up-end-to-end-rails-testing.
Recently started experimenting with this as well after doing some playwright testing and getting low failure rates. Thanks for sharing this success and documentation! Wonder if the lower failure rates have something to do with playwrights very specific browser requirements?