# Phase 3.7 — Test Run Report (2026-05-03 20:20 WITA) > **Scope:** First execution of the Vitest / Playwright / Maestro test scaffolds set up earlier today. **No fixes were applied** — this is a status snapshot only. Failures are recorded with their root cause categorization (pre-req gap vs. real test failure vs. real code bug). --- ## Top-line summary (FINAL after fixes) | Suite | Result | Pass | Fail | Blocked | Notes | |---|---|---:|---:|---:|---| | **Vitest (backend)** | ✅ All passing | **7** | 0 | 0 | Clean run, 5.01s end-to-end (re-verified after CORS fix) | | **Playwright (CC)** | ✅ **All passing** | **4** | 0 | 0 | 7.3s green. Two real bugs fixed: CC login a11y + backend CORS | | **Maestro (mobile)** | ⏸ Blocked (CLI not installed) | 0 | 0 | n/a | CLI install + device/emulator attach pending | | **TOTAL EXECUTABLE** | | **11** | **0** | **n/a** | All 11 runnable tests pass. Two real bugs uncovered + fixed. | ## Bugs fixed during this run ### Bug 1 — CC LoginPage labels not associated with inputs (a11y + test blocker) **Where:** `control_center/src/pages/login/LoginPage.jsx:50-58` **Before:** sibling `