webapp-testing

Automate web app testing with Playwright across UI, API, and CI workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive approach to testing web applications, ensuring thoroughness and identifying potential issues before they impact users. It covers various testing methodologies and tools to guarantee application quality.

Core Features & Use Cases

  • Automated Browser Testing: Execute end-to-end tests using Playwright for critical user flows, accessibility checks, and visual validation.
  • Deep Audit Strategies: Employ systematic discovery and testing of routes, API endpoints, and components.
  • Use Case: Run automated tests against your staging environment to catch regressions, verify accessibility compliance, and ensure critical user journeys like login and checkout function correctly.

Quick Start

Execute the basic browser test for the provided URL using the playwright_runner script.

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 testing for web applications?

You can automate end-to-end testing for web applications by executing critical user flows with Playwright. This Skill handles browser automation to ensure comprehensive coverage of login and checkout journeys.

Does Playwright support accessibility and visual testing in automated browser tests?

Yes, Playwright supports accessibility checks and visual validation within automated browser tests. This Skill executes these tests to verify compliance and component integrity across critical user flows.

What is the best way to audit API endpoints and application routes?

The best way to audit API endpoints and routes is through systematic discovery strategies. This Skill employs deep audit strategies to systematically discover and test application routes, APIs, and components.

Can I use this web app testing approach for CI integration and staging environments?

Yes, you can use this web app testing approach for CI integration. Run automated tests against your staging environment to catch regressions and ensure critical user journeys function correctly before deployment.

When do I need to apply testing pyramid principles for web application validation?

You need testing pyramid principles when ensuring thoroughness across various testing methodologies. This Skill adheres to testing pyramid principles to identify potential issues and guarantee application quality before impacting users.