How to find and fix flaky Playwright tests
September 27, 2026 · 5 min read
What Playwright means by a flaky test, how to reproduce one, the usual causes and fixes, and why you need history across runs to find the really flaky ones.
Practical guides for Playwright teams: flaky tests, test reporting in CI, reviewing AI-written tests and pull request failures.
September 27, 2026 · 5 min read
What Playwright means by a flaky test, how to reproduce one, the usual causes and fixes, and why you need history across runs to find the really flaky ones.
September 27, 2026 · 5 min read
Playwright's built-in reporters, how to merge sharded reports in GitHub Actions, what the HTML report does well, and the questions it can't answer.
September 27, 2026 · 5 min read
AI agents and Playwright healers write and fix tests fast. What to check in their changes, the patterns that weaken a test, and how to review them in PRs.
September 27, 2026 · 5 min read
A red Playwright run on a pull request mixes new failures, tests already failing on main and flaky tests. How to tell them apart, by hand and automatically.