create-e2e-test
SKILL.md
Create E2E Test
Create end-to-end tests for the user flow described below.
Instructions
1. Understand the User Flow
First, analyze the User Flow to identify:
- Entry point: Which page/route does the flow start from?
- Steps: What user actions are involved (clicks, form fills, navigation)?
- Assertions: What should be verified at each step or at the end?
- Prerequisites: Does the user need to be authenticated? Any setup data needed?
2. Explore Existing Patterns
Before writing code, explore relevant existing files: