e2e-playwright-diagnosis

Diagnose Playwright E2E test failures with browser reproduction and MCP orchestration.

Updated Apr 5, 2023
One-click install
npx skills add https://github.com/edneyreis999/zord-project --skill e2e-playwright-diagnosis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-playwright-diagnosis
Source: https://github.com/edneyreis999/zord-project/tree/main/service_financial-claude/skills/e2e-playwright-diagnosis
Command: npx skills add https://github.com/edneyreis999/zord-project --skill e2e-playwright-diagnosis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Esta Skill oferece um procedimento sistemático para diagnosticar e resolver falhas de testes E2E em Playwright, orquestrando ferramentas MCP (Playwright, Chrome DevTools, Serena) e delegando correções de código a agentes especializados.

Core Features & Use Cases

  • Análise de mensagens de erro e localização do teste afetado.
  • Reproduzir falhas no navegador com Playwright e DevTools.
  • Coleta de informações com Serena quando necessário.
  • Loop de validação até que todos os testes passem.

Quick Start

Forneça a falha de E2E ao Claude para iniciar o diagnóstico guiado, incluindo o arquivo de teste e a mensagem de erro.

Frequently Asked Questions about e2e-playwright-diagnosis

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

FAQPage Schema
How do I diagnose why my Playwright E2E tests are failing?

Diagnose Playwright test failures by extracting error messages, identifying the affected test file, reproducing the failure in the browser with Playwright and Chrome DevTools, and analyzing root causes. This Skill automates that workflow, including browser reproduction and error localization to pinpoint what broke.

Can I use Playwright with Chrome DevTools to debug test failures?

Yes. This Skill orchestrates Playwright, Chrome DevTools, and MCP tools to reproduce failing tests in the browser, collect debugging information, and validate fixes. DevTools integrates into the diagnosis loop for interactive inspection of test behavior.

What's the best way to resolve E2E test failures across multiple test files?

Apply systematic root-cause analysis: extract error details, isolate the failing test, reproduce it in the browser with DevTools, then delegate code fixes to specialized agents. This Skill coordinates that process and validates fixes with a loop until all tests pass.

How do I collect diagnostic information when Playwright tests fail?

Gather diagnostic data using MCP tools—Playwright for browser reproduction, Chrome DevTools for inspection, and Serena for environment and logs. This Skill automates data collection, analysis, and delegation to agents that remediate code issues.

Does this work with web applications built in any framework?

Yes. This Skill diagnoses Playwright test failures across web applications regardless of framework. It reproduces failures in the browser, isolates test-specific issues, and coordinates fixes with frontend development agents.