plugins/superclaude/commands/test.md
/sc:test [target] [--type unit|integration|e2e|all] [--coverage] [--watch] [--fix]
Key behaviors:
--type e2e browser testing/sc:test
# Discovers and runs all tests with standard configuration
# Generates pass/fail summary and basic coverage
/sc:test src/components --type unit --coverage
# Unit tests for specific directory with detailed coverage metrics
/sc:test --type e2e
# Activates Playwright MCP for comprehensive browser testing
# Cross-browser compatibility and visual validation
/sc:test --watch --fix
# Continuous testing with automatic simple failure fixes
# Real-time feedback during development
Will:
Will Not: