DEV Community

Playwright end to end Testing

Reliable end-to-end testing for modern web apps

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.

What’s New in Playwright v1.52 & v1.53: Fix with AI, Describable Locators, and More!

What’s New in Playwright v1.52 & v1.53: Fix with AI, Describable Locators, and More!

3
Comments 2
2 min read
Debugging Playwright Tests with AI: A Smarter, Faster Workflow

Debugging Playwright Tests with AI: A Smarter, Faster Workflow

19
Comments 3
3 min read
Catch Missing `await` Calls in Playwright Tests with ESLint

Catch Missing `await` Calls in Playwright Tests with ESLint

29
Comments 9
3 min read
Handling Visibility in Playwright: getByText vs. getByRole

Handling Visibility in Playwright: getByText vs. getByRole

8
Comments
2 min read
Playwright Release 1.51: Smarter Debugging, Enhanced Reports & More!

Playwright Release 1.51: Smarter Debugging, Enhanced Reports & More!

11
Comments
4 min read
How to Reproduce CI Failures Locally in Playwright

How to Reproduce CI Failures Locally in Playwright

6
Comments
2 min read
Playwright Assertions: Avoid Race Conditions with This Simple Fix!

Playwright Assertions: Avoid Race Conditions with This Simple Fix!

12
Comments
2 min read
Organizing Playwright Tests Effectively

Organizing Playwright Tests Effectively

172
Comments 2
7 min read
loading...