Webapp Testing

Start/reuse a local app, wait for readiness, inspect rendered state/console/network, act from observed selectors, and verify with evidence.

Hmbown 1822416 575 B Updated

File contents

Webapp Testing

When to use

Use to prove a web app flow works in a real browser/runtime context.

Non-goals

  • Do not claim success from unit tests alone.
  • Do not hardcode fragile selectors without observation.

Workflow

  1. Start or reuse the local app.
  2. Wait for readiness.
  3. Inspect DOM/console/network.
  4. Drive the flow from observed state.
  5. Record evidence of pass/fail.

hmbown/codewhale-plugin-marketplace/tree/main/skills/webapp-testing commit 1822416b62

Frequently asked questions

npx skillmds@latest add hmbown/webapp-testing