webapp-testing

Automates web app testing with Playwright across routes, APIs, and UI components.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thimmarques/gestao-inteligente --skill webapp-testing-thimmarques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/thimmarques/gestao-inteligente/tree/main/.agent/skills/webapp-testing
Command: npx skills add https://github.com/thimmarques/gestao-inteligente --skill webapp-testing-thimmarques

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web application testing is essential to ensure reliability, performance, and user experience, but manual QA can be slow and error-prone.

Core Features & Use Cases

  • Automated end-to-end browser testing using Playwright to cover critical user journeys.
  • Systematic discovery of routes, APIs, and components to inform QA coverage.
  • Lightweight, script-driven checks to quickly validate page health and basic accessibility.

Quick Start

Run the Playwright-based tester against your target URL to perform basic E2E checks.

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?

Automated E2E testing with Playwright validates critical user journeys by systematically discovering application routes, APIs, and components. It replaces slow manual QA with script-based execution to ensure reliability and performance across modern web apps.

What is the best way to discover routes and APIs for QA coverage?

Systematic discovery of routes and APIs for QA coverage is achieved by running an automated testing strategy script that maps application endpoints and components. This informs test coverage by identifying critical paths for regression checks without manual auditing.

Can I use this Playwright testing strategy for regression checks?

Yes, you can use this Playwright testing strategy for regression checks across end-to-end flows. It supports both initial test discovery and ongoing regression validations during development cycles by running a self-contained Python script against your target URL.

Do I need Python to run E2E tests with this Playwright automation script?

Yes, Python is required to execute the runner script that orchestrates the Playwright automation. The self-contained skill unit uses this Python script to coordinate script-based execution and lightweight accessibility validations.

Does this web app testing automation include accessibility checks?

Yes, the web app testing automation includes lightweight accessibility checks alongside route and API validation. These checks are executed by the Python runner script to quickly validate page health and basic compliance during end-to-end flows.