e2e

Alias for the e2e-testing skill — E2E tests with Playwright, Page Object Model, CI/CD integration.

E2E Command

Activates the E2E testing workflow with Playwright — test generation/updates, execution, artifacts, and reports.

When to use

To create or run tests for critical user flows. Use /dog:tdd for faster, more granular unit tests.

Arguments

$ARGUMENTS

Delegation

  1. Dispatch the e2e-runner agent to generate or update Playwright coverage for the requested user flow.
  2. Apply the dog:e2e-testing skill for configuration, CI/CD integration, and artifact management.
    • Run only the relevant tests, unless the user asks for the full suite.
    • Capture artifacts and report failures, flakiness risk, and next fixes.