qa-generating-e2e-tests
Installation
SKILL.md
Generating E2E Tests
This skill generates complete end-to-end test scenarios from user journey definitions, requirements, or by analyzing the application's navigation structure.
When to Use
- You need to create E2E tests for critical user flows (login, checkout, signup)
- You're building a regression suite for CI/CD
- You have user stories or journey maps to convert to automated tests
- You want to generate Playwright test code from natural language descriptions
Workflow
Step 1 — Define User Journeys
Journeys can come from three sources:
A) Provided by user: Accept JSON journey definitions (see format below)