# Eric E2e Testing

> Apply Eric's browser end-to-end testing standards. Use when a task needs a real browser, UI smoke test, screenshot capture, browser bug reproduction, Dockerized browser test run, or agent-browser based verification.

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

---


# Eric E2E Testing

- Prefer `agent-browser` over Playwright when available.
- For visual UI work, inspect desktop (~1280px) and mobile (~390px) screenshots for overflow, contrast, empty states, and intended layout.
- For interactive features, perform the actual user actions and verify their outcomes; screenshots alone do not prove the interaction works.

For disposable Docker browser runs, read `references/docker.md`.
Use `$eric-writing-tests` for unit/integration tests and `$eric-design` for visual finish criteria.

