playwright-tester

Author and run Playwright .spec.ts tests for browser-based UI testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dudleypeacockqa/leverage_flo_website_marketing_agency --skill playwright-tester-dudleypeacockqa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-tester
Source: https://github.com/dudleypeacockqa/leverage_flo_website_marketing_agency/tree/main/.bible/aios/skills/playwright-tester
Command: npx skills add https://github.com/dudleypeacockqa/leverage_flo_website_marketing_agency --skill playwright-tester-dudleypeacockqa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser-based UI testing by authoring Playwright test files and executing them natively.

Core Features & Use Cases

  • Write persistent .spec.ts test files structured for e2e verification and regression checks.
  • Run tests with Playwright's native runner using npx playwright test, without external tokens or AI-driven execution.
  • Iterate automatically to fix failures in an automated loop and report results clearly.
  • Use for web apps, frontend verification, form submissions, and end-to-end user flows across projects.

Quick Start

Create a basic Playwright test suite for your app and run it with npx playwright test to validate core UI flows.

Frequently Asked Questions about playwright-tester

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

FAQPage Schema
How do I automate end-to-end UI testing for a web app?

Run Playwright tests using the native runner via npx playwright test, which executes your .spec.ts files directly without requiring external tokens or AI-driven execution environments.

What's the best way to generate Playwright tests for regression checks?

Generate Playwright tests by creating .spec.ts files structured for e2e verification and organizing them under a tests/e2e directory to systematically cover web application regression checks.

Does Playwright test automation work without external tokens or AI-driven execution?

Yes, Playwright test automation runs natively using npx playwright test, executing .spec.ts files directly without external tokens or AI-driven execution environments.

How do I fix failing Playwright tests automatically in a loop?

Fix failing Playwright tests automatically by running an iterative loop that detects failures, adjusts the .spec.ts test files, and re-executes npx playwright test until results pass.

Can I use Playwright for frontend verification and form submission flows?

Yes, use Playwright for frontend verification and form submission flows by writing .spec.ts test files that automate end-to-end user interactions across web applications.