/run-tests
Execute automated test suites across all pyramid layers with reporting and coverage analysis.
Usage
/run-tests [--type unit|integration|e2e|mobile|all] [--coverage] [--watch] [--bail]
Arguments
| Argument | Type | Default | Description |
|---|---|---|---|
--type | string | all | Test type to run |
--coverage | flag | false | Generate coverage report |
--watch | flag | false | Watch mode |
--bail | flag | false | Fail fast |
Examples
# Run all tests with coverage
/run-tests --coverage
# Run unit tests only
/run-tests --type unit
# Watch mode for development
/run-tests --type unit --watch
# Fail fast on first error
/run-tests --bail
Related Components
| Component | Purpose |
|---|---|
test-automation-patterns | Test patterns skill |
test-coverage | Coverage analysis |
testing-specialist | Testing agent |
Generated by: H.10.6 Supporting Components Generator Track: E Created: 2026-02-06