Write comprehensive unit and integration tests with framework-specific best practices: **$ARGUMENTS**
testing/# Write Tests Write comprehensive unit and integration tests with framework-specific best practices: **$ARGUMENTS** ## Current Testing Context - Test framework: !`find . -name "jest.config.*" -o -name "*.test.*" | head -1 && echo "Jest/Vitest detected" || echo "Detect framework"` - Target file: Analysis of $ARGUMENTS for test requirements and complexity - Project patterns: !`find . -name "*.test.*" -o -name "*.spec.*" | head -3` existing test patterns - Coverage setup: !`grep -l "coverage" package.json jest.config.* 2>/dev/null | head -1 || echo "Setup needed"` ## Task Execute comprehe...
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 pytest tests for PySpark data pipelines using **LIVE DATA** sources: **$ARGUMENTS**
Generate automated test code from requirements, source code, or recorded browser actions