webapp-testing

Runs Playwright-based browser checks for web application testing.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/thgterto/Gerenciador-de-estoque --skill webapp-testing-thgterto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/thgterto/Gerenciador-de-estoque/tree/main/.agent/skills/webapp-testing
Command: npx skills add https://github.com/thgterto/Gerenciador-de-estoque --skill webapp-testing-thgterto

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web app testing for quality assurance is time-consuming and error-prone; this Skill enables automated end-to-end testing of web applications using Playwright, reducing manual testing effort.

Core Features & Use Cases

  • End-to-end browser testing of web applications via Playwright
  • Basic health checks (page title, status, headers, links, images)
  • Lightweight accessibility and performance checks with a simple runner

Quick Start

Run the playwright_runner.py script with a target URL to perform a basic automated test.

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 with Playwright by running a Python-based browser runner that executes scripted browser interactions, records page metadata, and outputs structured JSON results. Target a specific URL to initiate automated health checks and page validations.

What basic health checks can I run on web pages using automation?

Basic health checks for web pages include validating page titles, HTTP status codes, headers, links, and images. The automated Python runner captures these health signals during browser interactions and compiles them into a structured JSON report.

Does this Playwright testing skill support accessibility audits?

Yes, the Playwright testing skill supports lightweight accessibility audits alongside performance checks. It applies scripted browser interactions via a Python runner to evaluate basic web accessibility compliance and records the results in structured JSON format.

Can I capture screenshots during automated browser testing?

Yes, you can capture optional screenshots during automated browser testing. The Playwright runner records page metadata, health signals, and optional screenshots while executing end-to-end checks across multiple URLs, reporting all results in structured JSON.

Do I need Python to run Playwright end-to-end checks for QA?

Yes, you need Python to execute the Playwright runner script for end-to-end QA checks. The automation tool applies a Python-based runner to perform browser interactions, health checks, and accessibility audits across target web application URLs.