# 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.

- Skill: `rldyourmnd/webapp-testing` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add rldyourmnd/webapp-testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rldyourmnd/webapp-testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: rldyourmnd (https://skillmd.com/u/rldyourmnd)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rldyourmnd/webapp-testing

---


# 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.

