playwright

Automate browser testing, form filling, and screenshot validation with Playwright.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/HaRu-LLC/ai-pm_system_notebooklmuse --skill playwright-haru-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: playwright
Source: https://github.com/HaRu-LLC/ai-pm_system_notebooklmuse/tree/main/.agent/skills/engineering/playwright
Command: npx skills add https://github.com/HaRu-LLC/ai-pm_system_notebooklmuse --skill playwright-haru-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Playwright-based browser automation reduces manual QA effort by handling web testing, form interactions, and visual checks reliably.

Core Features & Use Cases

  • End-to-end browser automation for testing, form filling, and screenshot validation across multiple pages.
  • Multi-viewport and responsive design verification, including login flows and link integrity checks.
  • Lightweight setup with a run.js wrapper that executes Playwright scripts from the skill directory.

Quick Start

Run the run.js wrapper from the skill directory to execute Playwright automation.

Frequently Asked Questions about playwright

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

FAQPage Schema
How do I automate web testing and form filling with Playwright?▼

To automate web testing with Playwright, you run the run.js wrapper from the skill directory to execute script-driven actions for form filling and end-to-end browser interactions reliably.

Can I perform responsive design verification across multiple viewports?▼

Yes, responsive design verification supports checking multiple viewports. It enables multi-viewport browser automation to validate screen adaptations, login flows, and link integrity across pages.

Does browser automation work in headless mode for CI workflows?▼

Yes, browser automation supports headless modes for CI workflows. It executes script-driven actions with error resilience to ensure reliable end-to-end testing within automated pipelines.

What is the best way to validate screenshots during web testing?▼

Screenshot validation is best handled by executing script-driven actions that capture visual checks. It safely manages temporary files during browser automation to verify page rendering.

Do I need any dependencies to run Playwright automation scripts?▼

No external dependencies are required to run Playwright automation scripts. The lightweight setup uses a local run.js wrapper to execute testing and form interactions directly from the skill directory.