5
1 Comment

Playwright Automated Testing

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:

  • Selenium
  • Cypress
  • Puppeteer
  • Playwright

More information is available on our Playwright Documentation

on August 13, 2021
  1. 1

    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.