Modern QA2026Interview Talking Point — tiles
Log inJoin
37 / 168 · 01 Agent Skills for Browser Automation · Playwright Test Agents: Planner, Generator, Healer← prev⊞ allnext →☰ Read as one page

5.6Interview Talking Point

"We use Playwright's first-party test agents. The planner explores the app and writes Markdown plans into specs/; humans review the plans — that's where review is cheap. The generator turns approved specs into Playwright tests, verifying locators against the live app. The healer handles CI failures by replaying, inspecting the UI, and patching locators or waits — and critically, it's allowed to conclude the app is actually broken instead of forcing the test green. Everything is scaffolded with init-agents and works under Claude Code, VS Code, or Codex, so we're not locked to one agent runtime."