webapp-testing

Automate Playwright-driven end-to-end web app testing with health reports.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ollieb89/orchestrator --skill webapp-testing-ollieb89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/ollieb89/orchestrator/tree/main/.cursor/skills/webapp-testing
Command: npx skills add https://github.com/ollieb89/orchestrator --skill webapp-testing-ollieb89

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web teams struggle to validate web app behavior across pages and components; this skill automates end-to-end testing to catch regressions early.

Core Features & Use Cases

  • Playwright-driven E2E tests for routes, UI, and accessibility checks
  • Lightweight runner that generates health, performance, and optional screenshots
  • Quick-startable for CI pipelines or local validation

Quick Start

Run the Playwright-based tester against a target URL to generate a health report.

Frequently Asked Questions about webapp-testing

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

FAQPage Schema
How do I automate end-to-end web app testing with Playwright?

Automate end-to-end web app testing by running a Playwright-driven workflow against a target URL. This lightweight Python runner validates routes, checks UI components, and executes accessibility audits to catch regressions early.

What is E2E testing for route validation and accessibility audits?

E2E testing for route validation and accessibility audits is an automated process that checks web app behavior across pages. It validates UI components, runs a11y checks, and generates health metrics with optional screenshots.

Can I use this Playwright testing skill in CI pipelines?

Yes, you can use this Playwright testing skill in CI pipelines or for local validation. It is quick-startable and generates a health report containing performance metrics and optional screenshots after testing routes.

Do I need a Python runtime to run Playwright-driven health checks?

Yes, a Python runtime is required to run these Playwright-driven health checks. The lightweight runner executes within a Python environment to perform route validation, UI checks, and basic performance and accessibility audits.

What's the best way to generate performance and health metrics for web app routes?

The best way to generate performance and health metrics is to run a Playwright-driven E2E test against your target URL. The lightweight runner automatically produces a health report with basic performance checks and optional screenshots.