webapp-testing

Automate web application testing with Playwright end-to-end, accessibility, and visual checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps ensure the quality and reliability of web applications by providing tools and strategies for comprehensive testing, from basic checks to accessibility and visual validation.

Core Features & Use Cases

  • Automated Browser Testing: Execute end-to-end tests using Playwright for critical user flows.
  • Accessibility Audits: Identify common accessibility issues like missing alt text or unlabeled buttons.
  • Visual Regression Testing: Detect unintended visual changes through screenshot comparisons.
  • API Testing Principles: Understand how to test API endpoints for status codes, response formats, and error handling.

Quick Start

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

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 app testing with Playwright?

Automate web app testing by using Playwright to execute end-to-end browser interactions, capture screenshots for visual validation, and run accessibility audits on critical user flows.

What's the best way to run accessibility audits during end-to-end testing?

Run accessibility audits during end-to-end testing by executing automated browser checks that identify common issues like missing alt text or unlabeled buttons directly within your Playwright test scripts.

Can I use Playwright for visual regression testing in a web app?

Yes, you can use Playwright for visual regression testing in a web app by capturing screenshots during test execution and comparing them to detect unintended visual changes across user interfaces.

Do I need Playwright installed to run automated web app tests?

Yes, Playwright is a required dependency to run automated web app tests because it manages browser instances and performs the automated checks needed for end-to-end execution and visual validation.

How do I integrate end-to-end testing into a CI/CD pipeline?

Integrate end-to-end testing into a CI/CD pipeline by running Playwright scripts that systematically discover and execute automated checks, validating web application reliability during continuous integration deployments.

Does this web app testing approach support API endpoint validation?

Yes, this web app testing approach supports API testing principles by checking API endpoints for expected status codes, response formats, and error handling alongside standard browser automation tasks.