playwright-documentation-root-cause
Installation
SKILL.md
Playwright Root Cause Analysis
Use this skill when a failure needs explanation, not just rerunning.
Inputs
- failing test output,
- trace artifacts, screenshots, videos, or HTML reports when available,
- related console, network, or application logs,
- recent code or requirement changes if they help explain the failure.
Analysis Workflow
- Identify the failing assertion or stopping point.
- Reconstruct what the app and test were each expecting.
- Classify the issue as likely
product bug,test defect,environment issue, orpossible flake. - Support the classification with concrete evidence.