ag-testar-e2e

Automate end-to-end QA testing for web applications with Playwright.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-testar-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-testar-e2e
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-testar-e2e
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-testar-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end QA testing for web applications by simulating real user interactions and capturing failures through logs and screenshots.

Core Features & Use Cases

  • Automated Playwright-based E2E tests that simulate user actions across critical flows (login, navigation, errors) and produce a visual report.
  • Useful for pre-release validation, regression checks, and exploratory QA on web apps deployed locally or in CI.

Quick Start

Run ag-testar-e2e after starting the app to verify end-to-end user flows with Playwright.

Frequently Asked Questions about ag-testar-e2e

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate E2E QA testing for web applications with Playwright?

Automate E2E QA testing by running this Skill against your project path or URL to simulate user interactions across login, navigation, and critical flows, generating screenshots and logs for pre-deployment validation.

Can I run Playwright regression checks on a locally deployed web app?

Yes, you can run Playwright regression checks on a locally deployed web app by providing its local URL, allowing the automated tests to validate critical user flows and capture any UI or network failures.

What is the best way to capture console and network errors during web UI testing?

The best way to capture console and network errors during web UI testing is using Playwright-based automation that monitors network requests and console outputs while simulating real user interactions across your application.

Does this E2E testing approach support configurable test scopes for specific user flows?

Yes, this E2E testing approach supports configurable test scopes via a project path or URL, allowing you to target specific critical user flows like login and navigation for pre-release validation or exploratory QA.

How do I generate visual reports for failed E2E tests in a CI environment?

Generate visual reports for failed E2E tests in a CI environment by running automated Playwright tests that capture screenshots and logs during simulated user interactions, providing a visual report of any failures encountered.

Why use Playwright for pre-deployment validation instead of other automation tools?

Use Playwright for pre-deployment validation because it effectively simulates real user interactions across critical web flows, monitors network and console activity, and produces screenshot-based visual reports to catch regressions.