scenario-testing
Installation
SKILL.md
Scenario Testing
End-to-end validation using real dependencies, no mocks ever.
<when_to_use>
- End-to-end feature validation
- Integration testing across services
- Proof programs demonstrating behavior
- Real-world workflow testing
- API contract verification
- Authentication flow validation
NOT for: unit testing, mock testing, performance benchmarking, load testing
</when_to_use>
<iron_law>