webapp-testing

Detect web app health, functionality, and accessibility issues via Playwright browser testing.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/capaas2/Site-teste --skill webapp-testing-capaas2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/capaas2/Site-teste/tree/main/.agent/skills/webapp-testing
Command: npx skills add https://github.com/capaas2/Site-teste --skill webapp-testing-capaas2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you systematically verify web applications so you can find broken routes, failed flows, and accessibility issues before they reach users.

Core Features & Use Cases

  • End-to-End Testing: Map routes and validate critical user journeys with browser-based checks.
  • Playwright Automation: Run basic page health checks, capture screenshots, and inspect load behavior.
  • Accessibility Audits: Spot missing alt text, unlabeled controls, and heading structure issues during review.
  • Use Case: A developer can quickly test a deployed app, confirm key pages load, and generate a screenshot for debugging or reporting.

Quick Start

Use the webapp-testing skill to check the given URL for page health and accessibility issues.

Frequently Asked Questions about webapp-testing

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

FAQPage Schema
How do I run automated web testing to check page health and accessibility?

Automated web testing with this Skill uses Playwright to validate page health, capture screenshots, and inspect load behavior. It maps routes and runs structured checks for titles, headings, links, images, forms, and basic accessibility signals.

What is browser automation used for when validating deployed web apps?

Browser automation validates deployed web apps by discovering routes and auditing critical user flows. It applies Playwright execution to verify key pages load correctly and generate screenshots for debugging or reporting.

Can I use Playwright to detect missing alt text and heading structure issues?

Yes, you can use Playwright to detect missing alt text, unlabeled controls, and heading structure issues. The Skill performs accessibility audits during the review process to spot these common signals.

What's the best way to catch broken routes and failed user flows before production?

The best way to catch broken routes and failed flows is through end-to-end testing that maps routes and validates critical user journeys. This Skill performs browser-based checks to systematically verify web application functionality.

Do I need Playwright installed to run end-to-end testing and screenshot capture?

Yes, Playwright-based execution is required to run end-to-end testing and capture screenshots. The Skill relies on Playwright automation to perform page health checks and inspect load behavior.