Playwright

Playwright, an open-source automation library developed by Microsoft, enables end-to-end testing for modern web applications. By integrating Playwright with Perfecto, you can reliably run your Playwright tests against multiple web browsers and devices in your Perfecto cloud.

Supported operating systems and browsers

Perfecto currently supports Playwright tests for Google Chrome and Microsoft Edge on Microsoft Windows 10 or 11.

For a complete list of supported browsers, see Supported platforms.

Prerequisites

Make sure the following software tools are properly installed and set up on your local machine:

  • Playwright

    Perfecto supports the latest Playwright version, as well as the previous nine versions. For example, if the latest version is 1.50.0, we support versions 1.50.0 through 1.41.0. This ensures compatibility with recent updates while maintaining support for slightly older versions.

  • Maven (if you implement Playwright with Java)

  • Node.js (if you implement Playwright with JavaScript)

What's next

Set up Playwright with Perfecto