ag-gerar-testes

Generate end-to-end Playwright TypeScript tests from observed MCP flows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of end-to-end Playwright tests by observing real user flows with MCP, documenting steps, and turning the observed flow into a runnable TypeScript test.

Core Features & Use Cases

  • Observes application flows via Playwright MCP and records actions, selectors, and expected outcomes.
  • Generates production-grade Playwright TypeScript tests ready for execution and CI validation.
  • Supports iterative refinement: re-explore, regenerate tests, and verify until they pass.

Quick Start

Explore a live flow with Playwright MCP, document each step, and generate a runnable Playwright TypeScript test.

Frequently Asked Questions about ag-gerar-testes

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

FAQPage Schema
How do I generate Playwright tests from real user flows?

To generate Playwright tests from real user flows, you use Playwright MCP to observe live application interactions, document each step and selector, and convert those recorded actions into runnable TypeScript test scripts.

What is the best way to automate exploratory QA testing into TypeScript?

Automating exploratory QA testing into TypeScript involves recording live browser interactions through Playwright MCP, capturing selectors and expected outcomes, and generating production-grade TypeScript tests ready for iterative refinement and CI validation.

Can I use Playwright MCP to create CI-ready test suites?

Yes, you can use Playwright MCP to create CI-ready test suites by recording real web application flows, which are then documented and transformed into production-grade TypeScript tests validated and executed in CI pipelines.

Does generating end-to-end tests require manual selector configuration?

Generating end-to-end tests does not require manual selector configuration because the process observes real flows via Playwright MCP and automatically records the necessary selectors and actions directly from the live application interactions.

Why do my recorded Playwright MCP actions need iterative refinement?

Recorded Playwright MCP actions need iterative refinement to ensure the generated TypeScript tests pass validation, allowing you to re-explore flows, regenerate tests, and verify outcomes until they meet CI-ready production standards.