webapp-testing

Automate web application testing with Playwright scripts and accessibility audits.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Ab-aswini/Agent-kit-P1 --skill webapp-testing-ab-aswini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/Ab-aswini/Agent-kit-P1/tree/main/.agent-os/skills/webapp-testing
Command: npx skills add https://github.com/Ab-aswini/Agent-kit-P1 --skill webapp-testing-ab-aswini

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the critical need for robust web application quality assurance by providing strategies and tools for comprehensive end-to-end testing, deep audits, and accessibility checks.

Core Features & Use Cases

  • Automated Browser Testing: Execute tests using Playwright for basic checks, screenshots, and accessibility audits.
  • Deep Audit Strategies: Offers a structured approach to discovering routes, APIs, components, and features for thorough testing.
  • Testing Pyramid Adherence: Guides users on prioritizing tests from E2E down to component level.
  • Use Case: A developer can use this skill to automatically run a suite of tests against their new web application, ensuring critical user flows are functional and identifying accessibility issues before deployment.

Quick Start

Run a basic browser test on the provided URL, including a screenshot and accessibility check.

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 my web application?

Automate end-to-end testing by executing Playwright scripts to validate critical user flows, API endpoints, and authentication. This approach ensures comprehensive web app quality through automated browser checks and deep audit strategies.

How do I run an accessibility audit during web testing?

Run an accessibility audit during web testing by executing Playwright browser tests that include automated checks for compliance issues. This skill integrates accessibility validation directly into your end-to-end test execution and screenshot capture.

What is the best way to structure tests for web app quality assurance?

Structure tests for web app quality assurance by adhering to the testing pyramid, prioritizing tests from end-to-end down to the component level. This ensures thorough coverage of routes, APIs, and features using deep audit strategies.

Can I use Playwright to validate API endpoints and user authentication?

Yes, you can use Playwright to validate API endpoints and user authentication. This skill automates end-to-end validation covering critical user flows, ensuring both frontend components and backend APIs function correctly together.

Does this web testing automation approach support CI integration?

Yes, this web testing automation approach facilitates CI integration. By executing Playwright scripts and deep audit strategies, it automates web application testing to ensure critical user flows are functional and accessible before deployment.

What do I need to set up to start running automated browser tests?

To start running automated browser tests, you need the Playwright dependency installed. You can then run a basic browser test on a provided URL, which includes taking screenshots and performing an accessibility check.