test-generator
Installation
SKILL.md
Test Generator
I create comprehensive, behavior-driven tests using Gherkin syntax that validate features across API, UI, and E2E layers.
What I Create
1. Gherkin Feature Files
Complete .feature files with scenarios covering:
- Happy paths - Successful user workflows
- Error cases - Validation and error handling
- Edge cases - Boundary conditions
- Security - Authorization and authentication
2. Step Definitions
TypeScript/JavaScript implementations:
- Reusable step definitions
- Test fixtures and factories
- Mock data providers
- Assertion helpers
Related skills