webapp-testing

Automate end-to-end web application tests with Playwright.

Updated Sep 2, 2025
One-click install
npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill webapp-testing-rafaelminatto1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/rafaelminatto1/fisioflow-51658291/tree/main/.agent/skills/webapp-testing
Command: npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill webapp-testing-rafaelminatto1

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web application development often struggles with ensuring reliable functionality across routes, APIs, and UI elements; this Skill provides a principled approach to end-to-end web testing and systematic audits.

Core Features & Use Cases

  • End-to-end testing with Playwright: Validate routes, API responses, UI interactions, and navigation flows.
  • Deep audit strategies: Apply a layered testing pyramid, accessibility considerations, and visual testing principles.
  • CI integration and reporting: Integrate tests into CI pipelines with structured outputs and performance metrics.

Quick Start

Run the Playwright-based test runner against a target URL to perform automated web 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 end-to-end web testing for routes and UI interactions?▼

End-to-end web testing is automated using Playwright to validate routes, API responses, UI interactions, and navigation flows. This approach provides repeatable test suites and CI-ready reporting for modern web stacks.

What's the best way to integrate Playwright tests into a CI pipeline?▼

Integrating Playwright tests into a CI pipeline involves running the test runner against a target URL to generate structured outputs and performance metrics. This provides automated, repeatable web checks for continuous integration workflows.

Does Playwright support accessibility checks and visual testing principles?▼

Playwright supports accessibility considerations and visual testing principles through deep audit strategies. This applies a layered testing pyramid to verify UI interactions and ensure reliable functionality across web application routes.

Do I need a basic test script in the scripts directory to use Playwright for web audits?▼

A basic test script in the scripts directory is required to perform Playwright web audits. A structured description in SKILL.md is also necessary to define reliability expectations and output reporting for the test suites.

Why does web application development struggle with reliable functionality across APIs?▼

Web application development struggles with reliable functionality across APIs and UI elements due to complex navigation flows. Systematic end-to-end testing with Playwright provides a principled approach to verify these interactions and ensure stability.