Web App Testing (Codex)
Use this skill for browser-level validation.
Workflow
- Identify target URLs, auth needs, and critical user flows.
- Build a minimal test matrix: smoke path, edge case, failure path.
- Run browser automation and collect evidence (screenshots, console errors, failed assertions).
- Reproduce flaky behavior with deterministic steps.
- Report outcomes with exact repro steps.
Good Practice
- Prefer stable selectors and deterministic waits.
- Keep tests small and composable.
- Avoid hiding failures behind retries unless justified.