From sc
Executes unit, integration, or E2E tests with coverage analysis, quality metrics, failure diagnostics, and reports. Supports watch mode, auto-fix, and Playwright browser testing.
npx claudepluginhub superclaude-org/superclaude_plugin --plugin sc# /sc:sc:sc:test - Testing and Quality Assurance ## Triggers - Test execution requests for unit, integration, or e2e tests - Coverage analysis and quality gate validation needs - Continuous testing and watch mode scenarios - Test failure analysis and debugging requirements ## Usage ## Behavioral Flow 1. **Discover**: Categorize available tests using runner patterns and conventions 2. **Configure**: Set up appropriate test environment and execution parameters 3. **Execute**: Run tests with monitoring and real-time progress tracking 4. **Analyze**: Generate coverage reports and failure di...
/sc:sc:test [target] [--type unit|integration|e2e|all] [--coverage] [--watch] [--fix]
Key behaviors:
--type e2e browser testing/sc:sc:test
# Discovers and runs all tests with standard configuration
# Generates pass/fail summary and basic coverage
/sc:sc:test src/components --type unit --coverage
# Unit tests for specific directory with detailed coverage metrics
/sc:sc:test --type e2e
# Activates Playwright MCP for comprehensive browser testing
# Cross-browser compatibility and visual validation
/sc:sc:test --watch --fix
# Continuous testing with automatic simple failure fixes
# Real-time feedback during development
Will:
Will Not: