🧱 Component testing in Playwright has a new shape: stories & galleries.
✍️ A story wraps your component in one scenario — props, providers, mock data — in a *.story.tsx file next to the component.
🖼️ A gallery page, served by your own dev server, renders stories on demand —
Playwright is an automation library for cross-browser end-to-end testing by @Microsoft. Available in JavaScript, TypeScript, Python, Java and .NET.
Joined May 2020
- 🎭 Catching up on Playwright releases — v1.60, v1.61 and v1.62 are out! Highlights: 🔑 WebAuthn passkeys — a virtual authenticator lets you test passkey sign-in in every browser, no hardware key needed 🛑 AbortSignal support — cancel actions, navigations and assertions with a
- 🛠️ playwright-cli v0.1.9 — sharper tools for coding agents: 🎯 highlight + show --annotate for visual confirmation 📦 drop files & clipboard data 🧭 generate-locator for stable refs 🧱 snapshot --boxes with bounding boxes 📤 --raw and --json everywhere github.com/microsoft/play…
- 🎭 Playwright v1.59 — a belated tweet 🙈 📊 Dashboard to watch your agents at work 🎬 New Screencast API ♻️ await using support 🔗 browser.bind() to share a browser with playwright-cli & @playwright/mcp github.com/microsoft/play…

