Приёмочное тестирование фронтенда в браузере
testing
e2e-verification is a Claude Code skill that manually verifies Chorus frontend changes in a real browser using the Playwright MCP. It drives the running dev server on port 8637 by reading local credentials from `.env` (DEFAULT_USER / DEFAULT_PASSWORD), signing in through the `/login` form, navigating to target pages, and capturing the accessibility tree via `browser_snapshot` to get stable element refs for clicks and form fills. Screenshots are saved with `browser_take_screenshot` under `.playwright-mcp/` to keep the repo root clean. The skill is designed for acceptance checks where the criterion is "the user sees X" and only a live browser can confirm it — complementing, not replacing, the automated Vitest suite. Useful for developers and QA who need to spot-check UI changes or regressions in a local Chorus environment without writing dedicated test scripts.
- #playwright
- #end-to-end-testing
- #browser-automation
- #acceptance-testing
- #e2e-verification