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

- Skill: `nikopj01/playwright-browser-automation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add nikopj01/playwright-browser-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nikopj01/playwright-browser-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nikopj01 (https://skillmd.com/u/nikopj01)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nikopj01/playwright-browser-automation

---


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

