We've released Playwright automated testing support for TestingBot.
You can now point your Playwright test scripts to the TestingBot browser grid and run tests with Playwright-Test in parallel.
Playwright is an alternative solution to Puppeteer and is maintained by Microsoft. It offers the same features: headless testing on browsers.
With the addition of Playwright, TestingBot now supports:
More information is available on our Playwright Documentation
That is really cool. I like Playwright especially because it's written for Node.js (unlike Selenium) and supports Firefox (unlike Puppeteer).
I can't remember having used Cypress.