Playwright Browser Automation

Automate browser interactions for end-to-end validation, regression checks, and reproducible UI debugging. Use when testing web user flows, auth journeys, form behavior, and client-side rendering issues.

nikopj01 Updated

File contents

Playwright Browser Automation

Workflow

  1. Identify critical user journeys and expected outcomes.
  2. Build stable selectors and avoid brittle timing assumptions.
  3. Add assertions for UI state, network behavior, and error handling.
  4. Capture screenshots/logs/traces on failures for debugging.
  5. Run smoke tests on each change and broader suites before release.

nikopj01/codex-skills/tree/main/playwright-browser-automation commit 9c992ee591

Frequently asked questions

npx skillmds@latest add nikopj01/playwright-browser-automation