1.0 KiB
1.0 KiB
| name | description | metadata | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cto-frontend-visual-qa | Browser, Playwright, screenshot, console, network, and responsive verification protocol for CTO UI work. |
|
CTO Frontend Visual QA
Karpathy 4 Rules
- Think Before Coding — define viewport, user flow, expected visual state, and acceptance evidence.
- Simplicity First — use existing dev server and test tooling before adding new UI harnesses.
- Surgical Changes — fix the target UI path only; do not restyle unrelated surfaces.
- Goal-Driven Execution — capture screenshot, console/network status, and build/test output.
Required Evidence
- Desktop and mobile viewport checks for user-facing layout changes.
- Console errors reviewed.
- Network failures reviewed when data is involved.
- Screenshot or pixel evidence for visual assertions.
- Text must fit containers and controls must not overlap.