e2e-testing

Installation
SKILL.md

E2E Testing

Playwright-based E2E and visual regression testing, run exclusively inside Docker.

Commands

af e2e                                              # Run all tests (--max-failures=1 by default)
af e2e npm run e2e -- --grep "test name"            # Run specific test by name
af e2e npm run e2e -- tests/Feature.spec.ts         # Run specific file
af e2e npm run e2e -- --update-snapshots            # Update all visual baselines
af e2e npm run e2e -- --grep "page" --update-snapshots  # Update specific baseline

Never run Playwright directly outside Docker.

Critical Requirements

Related skills

More from avantmedialtd/skills

Installs
10
First Seen
Feb 22, 2026