Skip to main content

Playwright

Recommendation
Updated
Moved
TRIAL
2023-06-16

What is it

Playwright was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation of Google Chrome for Android and Mobile Safari.

When to use it

Use Playwright to test entire user flows of your application end-to-end. It should be integrated with your CI/CD pipeline and test the application in all supported browsers.

How to learn it

Playwright docs. Their docs show all the information you might need.