playwright-dev

Write and execute Playwright browser and API checks for web validation.

5|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/SteveFeldman/agents-skills --skill playwright-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-dev
Source: https://github.com/SteveFeldman/agents-skills/tree/main/skills/playwright-dev
Command: npx skills add https://github.com/SteveFeldman/agents-skills --skill playwright-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @evinced/js-playwright-sdk, playwright, zod, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and execution of browser and API tests, ensuring web applications and APIs function as expected and meet quality standards.

Core Features & Use Cases

  • Browser Testing: Write and run Playwright scripts to validate website UI, responsiveness, and user flows across different viewports.
  • API Testing: Execute API checks to verify endpoints, status codes, and response data.
  • Use Case: Automatically test a new e-commerce feature by filling a cart, proceeding to checkout, and verifying the order confirmation page, all within a visible browser.

Quick Start

Use the playwright-dev skill to write and execute a browser check for the URL 'http://localhost:3000'.

Frequently Asked Questions about playwright-dev

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

FAQPage Schema
How do I automate e2e testing for web applications with Playwright?

Automate e2e testing by writing and executing Playwright browser checks that validate website UI, responsiveness, and user flows across different viewports. You can run these checks in both headless and visible browser execution modes.

Can I verify API endpoints and status codes in the same workflow as browser testing?

Yes, API endpoint verification is fully supported. You can execute API checks alongside browser validation to verify endpoints, status codes, and response data within your automated testing workflows.

What's the best way to test responsive web design across different viewports?

Responsive testing is handled by executing Playwright browser checks across different viewports. This validates website UI and user flows to ensure your web application renders and functions correctly on various screen sizes.

Does this Playwright automation skill support parallel execution for test suites?

Yes, parallel execution is supported. The automation skill includes helpers for dev server detection, overlay dismissal, and parallel execution to streamline and scale your web and API testing workflows.

How do I automate an e-commerce checkout flow to verify the order confirmation page?

Automate an e-commerce checkout flow by writing a Playwright script to fill a cart, proceed to checkout, and verify the order confirmation page. This runs within a visible browser to validate the complete user flow.