🚀 Fixing failing tests just got way smarter. You’ve just updated your app, new components, improved accessibility, better UX. And suddenly… Playwright tests are failing. That’s expected (your tests are doing their job) — but fixing them one by one? Not fun. Enter the Playwright Healer Agent. 🧠🤖 In our latest video, we show how the Healer Agent: ✅ Detects which tests are failing after app updates ✅ Automatically updates locators and assertions (e.g. textbox → combobox) ✅ Re-runs tests to verify fixes ✅ Lets you heal one test — or your entire suite — automatically You can even run it headless while you keep working — and review the diffs in Git when it’s done. https://lnkd.in/djfSu2ds 💬 Curious to hear have you given it a try to heal your failing tests? #Playwright #Testing #Automation #AI #DevTools #QualityEngineering
Playwright
Software Development
Sunnyvale, California 42,983 followers
Playwright is an automation library for cross-browser end-to-end testing by Microsoft.
About us
Playwright enables reliable end-to-end testing for modern web apps. It allows testing Chromium, Firefox, and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable, and fast.
- Website
-
https://playwright.dev
External link for Playwright
- Industry
- Software Development
- Company size
- 2-10 employees
- Headquarters
- Sunnyvale, California
- Type
- Self-Employed
- Founded
- 2020
- Specialties
- end to end testing, api testing, cross browser testing, automated testing, web testing, and visual regression testing
Products
Playwright
Automated Testing Software
Playwright enables reliable end-to-end testing for modern web apps. Why Playwright? - Any browser. Any platform. One API. - Cross browser, cross platform, test for mobile Resilient. No flaky tests. - Built-in auto-wait - Web-first assertions - Tracing No trade-offs. No limits. - Out of process - Multiple everything - Trusted events - Test frames, pierce shadow DOM - Full isolation. Fast execution. - Browser contexts - Log in once Powerful Tooling - Codegen - Inspector - Trace Viewer
Locations
-
Primary
Get directions
Sunnyvale, California, US
Employees at Playwright
Updates
-
🚀 Playwright Agents: Under the Hood In this new video, we go under the hood to show how Playwright Test Agents, the Planner, Generator, and Healer, actually work in order to plan, generate, and heal your end-to-end tests. You’ll see: - How to update VS Code and Playwright to the right versions - How to install the Agents - What files get generated and how they work - What a seed file is and what to include in it - What tools are being called by the agents and how they work under the hood This is a deeper, behind-the-scenes look at what’s happening when you run these agents. Have fun and happy testing with Playwright Agents https://lnkd.in/d_V8vvjb #Playwright #Testing #Automation #AI #SoftwareTesting #MCP #DevTools
Playwright Testing Agents: under the hood
https://www.youtube.com/
-
Join us for a Playwright Live session where we show off our latest update: Playwright Agents. Let's walk though how to use the planner agent so you can generate test plans, then the generator agent to generate tests from those plans and then use the healer agent to debug and fix those tests. Got any questions. Ask them live! 🔗 Community Links: https://lnkd.in/dErcJUJi https://lnkd.in/dArUJH2C https://dev.to/playwright 🎙️ Featuring: Debbie O'Brien (@debs_obrien), Ben Fellows (@FellowsBens) #Playwright #Testing #MCP #AI #Agents
Playwright Live - Playwright Agents & Playwright MCP
www.linkedin.com
-
Join us for a Playwright Live session where we show off our latest update: Playwright Agents. Let's walk though how to use the planner agent so you can generate test plans, then the generator agent to generate tests from those plans and then use the healer agent to debug and fix those tests. Got any questions. Ask them live! 🔗 Community Links: https://lnkd.in/dErcJUJi https://lnkd.in/dArUJH2C https://dev.to/playwright 🎙️ Featuring: Debbie O'Brien (@debs_obrien), Ben Fellows (@FellowsBens) #Playwright #Testing #MCP #AI #Agents
Playwright Live - Playwright Live - Playwright Agents & Playwright MCP
www.linkedin.com
-
🚀 Exciting news for the Playwright community: Playwright Agents are here! With the new Planner, Generator, and Healer agents, you can now: ✅ Generate test plans automatically ✅ Generate runnable Playwright tests from those plans ✅ Debug and fix failing tests with AI Here’s how it works: - The Planner explores your app and creates a detailed test plan. - The Generator turns that plan into real Playwright test files. - The Healer steps in when tests fail — debugging and fixing them automatically. This workflow makes end-to-end testing smarter and faster by combining Playwright with AI. To try it out, update to the latest version of Playwright (v1.56) and run: npx playwright agents --loop=vscode npx playwright agents --loop=claude npx playwright agents --loop=opencode Then simply choose the Playwright planner agent to generate a plan for a specific feature, after that ask the Playwright generator agent to generate the tests and then ask the Playwright healer agent to run and fix any broken tests. ✨ Smarter tests. Less manual debugging. More time for building. Happy testing with Playwright Agents and AI #Playwright #Testing #Automation #AI #DevTools https://lnkd.in/gfZ3Twbh
Playwright v1.56: From MCP to Playwright Agents
https://www.youtube.com/
-
Join us for a Playwright Live session where we show off Playwright in VS Code with the Playwright VS Code Extension and more. Join the conversation and give us your feedback. 🔗 Community Links: https://lnkd.in/dErcJUJi https://lnkd.in/dArUJH2C https://dev.to/playwright 🎙️ Featuring: Debbie O'Brien (@debs_obrien), Simon Knott (@skn0tt) #Playwright #VS Code #AI
🔴 Playwright Live - Playwright Live - Playwright in VS Code
www.linkedin.com
-
🔴 Playwright Live - Playwright in VS Code. Come join in the fun and give us your feedback. See you August 29.
Join us for a Playwright Live session where we show off Playwright in VS Code with the Playwright VS Code Extension and more. Join the conversation and give us your feedback. 🔗 Community Links: https://lnkd.in/dErcJUJi https://lnkd.in/dArUJH2C https://dev.to/playwright 🎙️ Featuring: Debbie O'Brien (@debs_obrien), Simon Knott (@skn0tt) #Playwright #VS Code #AI
🔴 Playwright Live - Playwright Live - Playwright in VS Code
www.linkedin.com
-
New video on getting started with Playwright: 🔹 Installing Playwright and running your first test with the CLI 🔹 Running tests in headed mode so you can watch the browser in action 🔹 How to run a specific test or on a specific browser 🔹 Exploring the HTML report for better insights 🔹 Running tests in UI mode 🔹 Updating Playwright and checking your version If you’re new to Playwright or looking for a quick refresher, this video gives you the essentials to get up and running fast. #Playwright #Testing #QA #Automation #EndToEndTesting https://lnkd.in/dcASwazR
Playwright for Beginners. Install and run tests using the CLI
https://www.youtube.com/
-
The complete Playwright end-to-end Story. Tools, AI and Real-World Workflows. Happy testing https://lnkd.in/dfbCspYx
-
Checkout our latest video covering getting started with Playwright and the VS Code extension. The extension has already been downloaded by 1.6 million people. wow. Have fun and happy testing https://lnkd.in/dCuqNHXt
Get Started with Playwright and VS Code (2025 edition)
https://www.youtube.com/