e2e-testing

Installation
SKILL.md

End-to-End Testing

Orchestrates E2E testing strategy and architecture -- delegates to playwright and stagehand skills.

When to Use

  • Designing test suites for frontend or backend user flows
  • Automating browser or API flows across services
  • Integrating E2E tests with CI/CD pipelines
  • Don't use for: unit tests, component tests in isolation, load/performance testing

Critical Patterns

Test User Flows, Not Implementation

Each test should walk through a real user scenario rather than verifying internal state.

Installs
2
GitHub Stars
8
First Seen
May 19, 2026
e2e-testing — joabgonzalez/ai-agents-skills