webapp-testing

Automate web application testing with Playwright for E2E and accessibility checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive strategies and tools for testing web applications, ensuring their security, functionality, and accessibility.

Core Features & Use Cases

  • End-to-End (E2E) Testing: Covers critical user flows and business logic.
  • Automated Browser Testing: Utilizes Playwright for running tests, taking screenshots, and performing accessibility checks.
  • Deep Audit Strategies: Guides discovery and systematic testing of routes, APIs, and components.
  • Use Case: Automatically run Playwright tests against your staging environment to catch regressions before production deployment.

Quick Start

Execute the Playwright runner script to test the accessibility of the provided URL.

Frequently Asked Questions about webapp-testing

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

FAQPage Schema
How do I automate web application testing for security and accessibility?

Automate web application testing by executing Playwright scripts to perform browser automation, accessibility checks, and visual testing across your web routes and APIs. This Skill provides Playwright runner scripts to systematically test critical user flows and audit security.

Do I need Python and Playwright installed to run E2E testing scripts?

Yes, you need Python with Playwright installed to execute the E2E testing scripts. The Skill relies on the Playwright dependency to automate browser interactions, take screenshots, and perform deep audit strategies on your web application.

What is the best way to perform a deep audit of web app routes and APIs?

The best way to perform a deep audit is using automated E2E testing strategies that systematically discover and test web routes and APIs. This Skill guides discovery and uses Playwright for automated browser testing to catch regressions and verify security.

Can I use Playwright to run accessibility checks and visual testing on my staging environment?

Yes, you can use Playwright to run accessibility checks and visual testing on your staging environment. The Skill automates browser testing to cover critical business logic, take screenshots, and perform deep audits before production deployment.

Why does web testing require systematic discovery of routes and components?

Web testing requires systematic discovery of routes and components to ensure comprehensive E2E coverage of critical user flows and business logic. This approach enables deep audit strategies that catch security vulnerabilities and functional regressions across APIs.