| name | visual-qa |
| description | Run visual QA against the GodWorld dashboard — screenshots, element checks, API health. |
| version | 1.0 |
| updated | "2026-04-17T00:00:00.000Z" |
| tags | ["infrastructure","active"] |
| user_invocable | true |
| effort | medium |
| disable-model-invocation | true |
Visual QA — Dashboard Smoke Test
Run the Playwright-based visual QA script against the live dashboard.
Steps
- Run
node scripts/visual-qa.js — full run with screenshots
- Review the summary (pass/fail counts)
- If failures exist, read
output/visual-qa/qa-report.json for details
- Screenshots are in
output/visual-qa/ — read the desktop PNG to visually verify
Quick mode
Run node scripts/visual-qa.js --skip-screenshots for element + API checks only (faster).
When to run
- After any dashboard code change
- After PM2 restart
- Before session end as a smoke test