webapp-testing

Guide web application testing with Playwright scripts for E2E and accessibility checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and tools to ensure the quality, reliability, and accessibility of web applications through rigorous testing and auditing strategies.

Core Features & Use Cases

  • Automated Browser Testing: Execute Playwright scripts for end-to-end testing, including accessibility checks and screenshots.
  • Deep Audit Strategies: Learn systematic approaches to discover routes, APIs, and components for thorough testing.
  • Use Case: Run the playwright_runner.py script against your staging environment to perform a quick health check, verify critical user flows, and identify any accessibility issues before deployment.

Quick Start

Execute the basic browser test on https://example.com with a screenshot.

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 a web app?

Automate web app E2E testing by executing Playwright scripts that perform browser actions, verify user flows, and generate screenshots. This provides runtime validation of critical paths and visual checks for your application.

What is a deep audit strategy in E2E testing?

A deep audit strategy systematically discovers application routes, APIs, and components to ensure thorough E2E test coverage. It maps the application architecture to identify untested areas and prevents common testing anti-patterns.

Can I run accessibility checks with Playwright during automated testing?

Yes, you can run accessibility checks with Playwright during automated testing. The runtime scripts include accessibility validation alongside browser interactions, allowing you to identify compliance issues and capture screenshots simultaneously.

Does this web app testing approach support CI integration?

Yes, this web app testing approach supports CI integration. It provides guidance on test organization and integrating Playwright automated browser tests into your continuous integration pipelines for reliable pre-deployment health checks.

How do I perform a pre-deployment health check on my staging environment?

Perform a pre-deployment health check by running the automated Playwright runner script against your staging environment. This quickly verifies critical user flows, validates E2E behavior, and identifies accessibility issues before deployment.

What are common anti-patterns in web app test organization?

Common anti-patterns in web app test organization include inadequate route discovery, missing API validations, and poorly structured test suites. Addressing these requires systematic audit strategies to map components and ensure comprehensive E2E coverage.