Skip to main content

Playwright

Practical guides for Playwright, Microsoft's open-source end-to-end testing framework. The focus is on the problems that show up once a Playwright suite grows past the hello-world stage: running tests in parallel without collisions, wiring them into CI, and stretching them into other kinds of testing. The guides draw on my experience testing real applications.

More Playwright articles from elsewhere on the site:

1 article

Run Parallel and Serial Tests Together in Playwright

Run Parallel and Serial Tests Together in Playwright

Playwright tests that change global state break parallel test runs. Learn different ways to run serial and parallel tests together without failures.