Run Tests
Execute the test suite:
Unit Tests
{{UNIT_TEST_COMMAND}}
Integration Tests (if applicable)
{{INTEGRATION_TEST_COMMAND}}
E2E Tests (if applicable)
{{E2E_TEST_COMMAND}}
Output Format
- Show passed/failed/skipped counts
- For failures, show test name, assertion, and file location
- Suggest fixes for common failure patterns