cypress-debugger
Installation
SKILL.md
Cypress Failed Test Debugger
Diagnose Cypress test failures from mochawesome or JUnit report files. Classifies root causes and provides concrete fixes.
Prerequisites: Generate Report First
Do NOT rely on Cypress stdout — use a structured reporter instead:
# mochawesome (recommended)
cypress run --reporter mochawesome --reporter-options "reportDir=cypress/reports,json=true,html=false"
# JUnit (CI-friendly)
cypress run --reporter junit --reporter-options "mochaFile=cypress/reports/results.xml"