Skip to content

/massu-verify-playwright

Browser-based page verification via Playwright — reports console errors with a categorized fix plan


/massu-verify-playwright

Opens a Playwright browser, navigates to every page, collects console errors, and produces a structured report with a categorized fix plan. This command reports only -- it never auto-fixes anything.

When to Use

  • Pre-deploy verification: Check all pages for runtime errors before shipping
  • After UI changes: Verify no console errors were introduced
  • Periodic health checks: Scan the full site for silent failures
  • Bug triage: Generate a prioritized list of browser-side issues

What It Does

  • Launches a Playwright browser and visits each page in the application
  • Captures full console error messages (not summaries)
  • Categorizes each error by type and assigns priority
  • Produces a structured report document with a fix plan
  • Never modifies any files -- report only

Usage

/massu-verify-playwright