playwright

Automate Playwright browser tests and capture screenshots and traces.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/devopstales/aiskillgrid --skill playwright-devopstales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright
Source: https://github.com/devopstales/aiskillgrid/tree/main/.agents/skills/playwright
Command: npx skills add https://github.com/devopstales/aiskillgrid --skill playwright-devopstales

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates browser testing and captures evidence for UI verification, E2E tests, and regression checks, streamlining the process of validating browser behavior.

Core Features & Use Cases

  • Browser Automation: Execute tests, capture screenshots, and generate traces for Playwright tests.
  • Evidence Capture: Gather UI, console, network, and accessibility evidence for review.
  • Use Case: When you need to ensure that a new feature on your web application works as expected across different browsers and devices.

Quick Start

Run the playwright skill to execute tests on the 'auth.spec.ts' file and capture a trace for analysis.

Frequently Asked Questions about playwright

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

FAQPage Schema
How do I automate browser testing and capture evidence for web application regression checks?

Automate browser testing and capture evidence by executing Playwright scripts that run UI and E2E tests, automatically gathering screenshots, console logs, network data, and accessibility traces for validation and debugging.

Can I capture network and console logs during end-to-end test automation?

Yes, you can capture network and console logs during end-to-end test automation by running Playwright tests that gather UI, console, network, and accessibility evidence for review and debugging.

What do I need to run Playwright scripts for UI verification?

To run Playwright scripts for UI verification, you need the Playwright library installed in your environment to execute test files, automate browser actions, and generate diagnostic traces.

Does Playwright work for cross-browser regression testing on new web features?

Playwright works for cross-browser regression testing by executing automated test specifications on web applications, ensuring new features function as expected across different browsers while capturing diagnostic evidence.

What is the best way to capture UI screenshots and traces for debugging failed tests?

The best way to capture UI screenshots and traces for debugging is using Playwright browser automation, which executes tests and automatically records visual evidence and detailed traces for analysis.