Playwright
Use this skill when a task requires seeing or controlling a web page like a user.
Workflow
- Identify the target URL or local app entry point.
- Start the app server if needed and confirm the URL loads.
- Use Playwright to interact with the page, inspect states, and capture screenshots.
- Check the relevant viewport sizes for the user-facing change.
- Report findings with concrete evidence: URL, viewport, interaction, and observed result.
Verification Checklist
- Page loads without console-blocking errors.
- Main content is visible and not blank.
- Important controls can be clicked or typed into.
- Layout works at desktop and mobile widths when visual quality matters.
- Screenshots or observations support the conclusion.
Guardrails
- Prefer real interactions over static DOM guesses.
- Do not claim visual correctness without checking a rendered page.
- Keep test scripts focused on the workflow being verified.