dev-test-playwright

Run headless end-to-end web application tests with Playwright across browsers.

19|5|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/edwinhu/workflows --skill dev-test-playwright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-test-playwright
Source: https://github.com/edwinhu/workflows/tree/main/lib/skills/dev-test-playwright
Command: npx skills add https://github.com/edwinhu/workflows --skill dev-test-playwright

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates end-to-end testing for web applications using Playwright, ensuring robust and reliable software through headless browser automation and cross-browser compatibility checks.

Core Features & Use Cases

  • Headless E2E Testing: Run tests without a visible browser, ideal for CI/CD pipelines.
  • Cross-Browser Testing: Validate application behavior across Chromium, Firefox, and WebKit.
  • Test Automation: Execute predefined test suites for consistent quality assurance.
  • Use Case: Automatically test a new user registration flow across Chrome, Firefox, and Safari in your continuous integration pipeline to catch regressions before they reach production.

Quick Start

Use the dev-test-playwright skill to navigate to https://example.com and take a screenshot.

Frequently Asked Questions about dev-test-playwright

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

FAQPage Schema
How do I run headless end-to-end web testing in a CI/CD pipeline?

Headless end-to-end web testing runs browser tests without a visible UI, making it ideal for CI/CD integration. This Skill automates headless E2E testing suites using Playwright for consistent quality assurance.

How do I automate cross-browser testing across Chromium, Firefox, and WebKit?

Cross-browser testing validates application behavior across Chromium, Firefox, and WebKit. This Skill uses Playwright to automate cross-browser validation, ensuring your web application functions consistently across different browser engines.

What is the best way to isolate tests and run parallel execution for web automation?

Test isolation and parallel execution prevent state interference and speed up test runs. This Skill supports test isolation and parallel execution for automated quality assurance, ensuring robust and reliable software validation.

Does Playwright work with MCP functions for browser navigation and state verification?

Playwright works with MCP functions for browser navigation, interaction, and state verification. This Skill requires MCP functions to enable headless end-to-end web application testing and cross-browser validation.

What do I need to start automating a user registration flow with Playwright?

To start automating a user registration flow, you need an environment supporting Playwright and MCP functions for browser interaction. This Skill enables you to automatically test registration flows across Chrome, Firefox, and Safari.