playwright-skill

Automate browser testing by orchestrating Playwright scripts against web pages and dev servers.

6|2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/acaprino/claude-code-daodan --skill playwright-skill-acaprino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-skill
Source: https://github.com/acaprino/claude-code-daodan/tree/main/plugins/playwright-skill/skills/playwright-skill
Command: npx skills add https://github.com/acaprino/claude-code-daodan --skill playwright-skill-acaprino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser testing and routine web-tasks by orchestrating Playwright scripts against local dev servers and remote endpoints, reducing manual QA time and enabling repeatable checks.

Core Features & Use Cases

  • Auto-detects running dev servers and targets the correct URL for testing.
  • Generates and runs Playwright automation scripts via a universal executor, enabling tasks like taking screenshots, filling forms, and verifying login flows.
  • Supports multi-viewport testing, navigation, and basic assertions to validate UX across pages.

Quick Start

Tell the AI to auto-detect your dev server, write a Playwright automation script in /tmp, and run it with the universal executor to test pages, forms, and screenshots.

Frequently Asked Questions about playwright-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser testing against a running dev server?

Playwright automation scripts can validate UX across multiple viewports, check links, fill forms, take screenshots, and verify login flows. The universal executor runs these inline or file-based scripts with built-in helpers for waiting, navigation, and assertions.

Can I run Playwright scripts inline without creating a separate test file?

Yes, the universal run wrapper supports both inline and file-based script execution. Scripts are generated in /tmp and executed through the wrapper, which provides environment-driven headers and modular setup for running browser automation tasks.

What's the best way to validate web page UX across different screen sizes?

Multi-viewport testing with Playwright automates UX validation across different screen sizes by running scripts against detected dev servers. It supports navigation, basic assertions, and screenshot capture to verify responsive layouts across pages.

Does this Skill require manually configuring URLs for local web testing?

No manual URL configuration is required. The Skill auto-detects running dev servers and targets the correct URL automatically, enabling repeatable browser testing and task automation against local development environments.

How do I verify login flows and form submissions with browser automation?

Generate Playwright automation scripts to verify login flows and form submissions. The universal executor runs these scripts with built-in helpers for waiting, navigation, and assertions to validate multi-step user interactions against web pages.