| name | browser-qa |
| description | Use when a local or deployed browser route must be opened, reproduced, interacted with, screenshot, or checked for console/runtime errors. Do not use when static tests fully cover the change. |
Browser QA
Use browser QA for rendered behavior and state verification.
Steps
- Start or identify the dev server.
- Visit the exact route.
- Check target viewport and state.
- Exercise the user action.
- Capture screenshot or runtime notes.
- Record console errors and residual risk.
Output Contract
Return route, viewport, state, action, observed result, artifacts, console findings, and unverified states.