Generate automated test code from requirements, source code, or recorded browser actions
# Write Tests Command Generates automated test code from requirements, source code, or recorded browser actions. ## Usage ## What It Does The `/write-tests` command generates test code: 1. **Analyze Target** - Read source code or requirements 2. **Identify Test Cases** - Determine what to test 3. **Generate Tests** - Create test files 4. **Add Edge Cases** - Include error scenarios 5. **Create Fixtures** - Generate test data ## Agents Used | Agent | Purpose | |-------|---------| | `test-writer` | Generate test code | ## Test Generation Modes ### Unit Tests Generates: - Functio...
Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.
Write comprehensive unit and integration tests with framework-specific best practices: **$ARGUMENTS**
Write comprehensive pytest tests for PySpark data pipelines using **LIVE DATA** sources: **$ARGUMENTS**