Webapp Testing

Test local web applications through realistic browser flows. Use when user asks to validate UI behavior, reproduce frontend bugs, run end-to-end checks, collect screenshots, or verify regressions.

rldyourmnd e772d06 6 files · 18.9 KB Updated

File contents

Web App Testing (Codex)

Use this skill for browser-level validation.

Workflow

  1. Identify target URLs, auth needs, and critical user flows.
  2. Build a minimal test matrix: smoke path, edge case, failure path.
  3. Run browser automation and collect evidence (screenshots, console errors, failed assertions).
  4. Reproduce flaky behavior with deterministic steps.
  5. 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.

rldyourmnd/codex-cli-bootstrap/tree/main/codex/os/linux/runtime/skills/custom/webapp-testing commit e772d06048

Frequently asked questions

npx skillmds@latest add rldyourmnd/webapp-testing