e2e-testing
Installation
SKILL.md
E2E Testing with BDD + Browser Automation
Design user journey scenarios in Gherkin, implement them with browser automation, and run them as part of the test suite.
When to Use This Skill
- Project has a web UI or REST API that needs acceptance testing
- User wants to define "user journeys" or "acceptance criteria"
- Features are integrated and ready for E2E validation
- User mentions Cucumber, BDD, Gherkin, Playwright, Cypress, or browser testing
Core Approach
Gherkin scenarios are the spec. Browser automation is the implementation.
User journeys → .feature files (Gherkin) → step definitions (browser automation) → test runner