
Yusuftayman Playwright Cli Agents
- 23 repo stars
- Updated February 1, 2026
- yusuftayman/playwright-cli-agents
yusuftayman-playwright-cli-agents is a Claude Code plugin that automates Playwright E2E planning, generation, and healing using the Page Object Model pattern.
About
yusuftayman-playwright-cli-agents is a Claude Code plugin that packages agents and skills around the Playwright CLI so you can plan scenarios, generate Page Object Model–structured tests, and heal broken specs without context-switching to a separate QA toolchain. It is aimed at and developers who already ship web products and want repeatable browser automation that scales as features grow. Use it when you have a UI worth protecting—checkout flows, auth, dashboards—and manual clicking is no longer credible before release. The plugin emphasizes structured E2E work: a planner shapes coverage, a generator emits POM-aligned tests, and a healer helps recover from selector drift or flaky runs. It fits alongside your existing repo and Playwright install rather than replacing CI; the value is faster iteration on test design and repair while Claude Code holds product context. For developers allergic to one-off recorded scripts, the shared page-object discipline keeps suites readable months later.
- Three specialized Playwright CLI agents: planner, generator, and healer for full E2E lifecycle
- Page Object Model pattern enforced for maintainable selectors and shared page abstractions
- Skills plus agents bundle for Claude Code-driven test authoring without leaving the terminal
- Targets Playwright CLI workflows for debugging failures and expanding coverage incrementally
- Suited to solo builders shipping web apps who need agent-assisted test scaffolding fast
Yusuftayman Playwright Cli Agents by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install yusuftayman-playwright-cli-agents@yusuftayman/playwright-cli-agentsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 23 |
|---|---|
| Last updated | February 1, 2026 |
| Repository | yusuftayman/playwright-cli-agents ↗ |
What it does
Generate, plan, and repair Playwright E2E suites with Page Object Model conventions from inside Claude Code.
Who is it for?
Best when you're on Playwright and want agent-guided test planning and POM scaffolding before every release.
Skip if: Skip if you only need unit tests, do not run browsers in CI, or want a non-Claude Playwright IDE extension instead.
What you get
After you register the plugin, Claude Code can propose coverage, emit POM-structured Playwright tests, and help debug or fix failing E2E specs in the same session.
- Playwright E2E plans aligned to critical user journeys
- Page Object Model–structured test files and shared page objects
- Debugged or updated specs after failing or flaky Playwright runs
By the numbers
- 1 plugin bundle in catalog
- 13 GitHub stars on source repo
- 3 specialized agent roles referenced (planner, generator, healer)
Recommended Plugins
How it compares
Playwright-focused agent skills bundle, not a generic code-review or unit-test plugin.
FAQ
Who is Yusuftayman Playwright Cli Agents for?
It is for Claude Code users building web apps who want specialized agents to plan, write, and fix Playwright end-to-end tests with Page Object Model structure.
When should I use Yusuftayman Playwright Cli Agents?
Use it during Ship when you need new E2E coverage, flaky-test diagnosis, or POM refactors after UI changes—especially before production deploys.
How do I add Yusuftayman Playwright Cli Agents to my agent?
Install the plugin from the yusuftayman/playwright-cli-agents repository into Claude Code, ensure Playwright CLI and browser deps are on the machine, then invoke the bundled skills and agents from your project root.