webapp-testing

Automates end-to-end web app testing with Playwright scripts and accessibility checks.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/raccioly/coach-gravity --skill webapp-testing-raccioly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/raccioly/coach-gravity/tree/main/content/starter-kit/skills/webapp-testing
Command: npx skills add https://github.com/raccioly/coach-gravity --skill webapp-testing-raccioly

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web application testing is often manual, time-consuming, and error-prone; this Skill automates end-to-end testing to ensure reliability across routes and user flows.

Core Features & Use Cases

  • Guided Playwright-based test execution with a reusable runtime script for basic and accessibility checks.
  • Structured testing approach covering routes, APIs, components, and critical user paths in web apps.
  • Use Case: Validate every major page path in a CI workflow and generate a detailed test report.

Quick Start

Run automated end-to-end tests against a URL using the runtime script to validate that core pages load and critical interactions work.

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 testing for my SPA in a CI workflow?

Automate end-to-end web testing by running a Playwright-based runtime script against your URL to validate core pages, critical user interactions, and accessibility checks. This guided approach generates detailed test reports to verify functionality and performance across routes.

Can I use Playwright to run accessibility checks during web app audits?

Yes, you can use Playwright to run accessibility checks during web app audits. The structured testing approach applies a deep audit method covering route discovery, assertions, and accessibility validations to ensure comprehensive quality assurance for SPAs and progressive web apps.

What is the best way to validate critical user paths and APIs in progressive web apps?

The best way to validate critical user paths and APIs is through structured end-to-end testing. This approach covers routes, APIs, and components, applying a reusable runtime script to verify functionality and performance across major page paths during QA and release cycles.

Does this automated testing approach work for route discovery and component validation?

Yes, this automated testing approach works for route discovery and component validation. It applies a deep audit approach to discover routes, execute assertions, and validate components, ensuring that major page paths load correctly and critical interactions function as expected.

Why use Playwright-based test execution for QA and release cycles?

Use Playwright-based test execution for QA and release cycles to replace manual, time-consuming testing with an automated, reusable runtime script. It ensures reliability across routes and user flows by validating functionality and generating detailed test reports for web applications.