webapp-testing

Automate Playwright-driven web application testing with route discovery and accessibility checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you systematically test web applications so you can catch broken routes, flaky UI behavior, accessibility gaps, and rendering issues before users do.

Core Features & Use Cases

  • End-to-End Browser Checks: Validate critical user flows with Playwright-driven navigation and page inspection.
  • Deep Audit Coverage: Discover routes, scan components, verify API-linked behavior, and check console or element health.
  • Visual and Accessibility Review: Capture screenshots and assess basic accessibility signals such as headings, labels, image alt text, and link presence.
  • Use Case: Use it to audit a landing page, confirm a checkout flow still works, or quickly verify that a deployed app loads correctly in a browser.

Quick Start

Ask the Skill to test a web app URL and report browser health, accessibility signals, and any screenshot or loading issues.

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 with Playwright?

Automate end-to-end web testing by driving Playwright browser navigation to validate critical user flows, inspect page elements, and verify console health. This catches broken routes and flaky UI behavior before deployment.

What is browser-based UI accessibility validation for web apps?

Browser-based UI accessibility validation assesses basic signals like headings, labels, and image alt text during web testing. It helps identify accessibility gaps and rendering issues within critical user flows.

Can I capture screenshots during web application testing to audit rendering issues?

You can capture screenshots during web application testing to perform visual reviews and audit rendering issues. This provides repeatable screenshot capture to verify that a deployed app loads correctly.

How do I verify API-linked UI behavior and discover routes in frontend sites?

Verify API-linked UI behavior and discover routes by applying deep audit coverage to frontend sites. This scans components and verifies route navigation to catch broken paths and integration failures.

Do I need Playwright installed to run automated browser checks for web apps?

You need Playwright installed as a dependency to run these automated browser checks. Playwright-driven execution provides the stable selectors and page inspection required for verifying web application health.

What is the best way to test a deployed web app for broken routes and flaky UI?

The best way to test a deployed web app for broken routes and flaky UI is systematic browser verification. This discovers routes, checks console health, and validates critical user flows to catch rendering issues early.