Radar — Playwright
Recent Playwright changes
v1.62.0 — Jul 24, 2026
- Passkeys survive storage state: a
credentialsoption persists the context’s virtual WebAuthn credentials for re-seeding. locator.waitForFunction; ascrolloption to opt out of auto scroll-into-view;page.evaluateandaddInitScriptaccept functions as arguments.- The Playwright MCP server and
playwright-clinow ship in the box (npx playwright mcp/npx playwright cli). - ⚠ Debian 11 support dropped.
v1.61.0 — Jun 15, 2026
expect.soft.poll(...)is supported;videogains the same retry-aware modes astrace(on-all-retries,retain-on-failure-…).fullConfig.argvsnapshots runner args;-Gshorthand for--grep-invert;AggregateErrorsub-errors listed separately intestInfo.errors.
v1.60.0 — May 11, 2026
toMatchAriaSnapshotworks on a whole Page; aboxesoption appends bounding boxes to aria snapshots (aimed at AI consumption).getByRolegains adescriptionoption;toHaveCSSreads::before/::aftervia the newpseudooption.BrowserContextmirrors page lifecycle events (download,frameattached, …);connectOverCDPgetsnoDefaults.
These summaries link to the original release notes. They cover selected features, security updates, and migration changes.