Skip to main content

/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

ArgumentTypeDefaultDescription
--typestringallTest type to run
--coverageflagfalseGenerate coverage report
--watchflagfalseWatch mode
--bailflagfalseFail 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
ComponentPurpose
test-automation-patternsTest patterns skill
test-coverageCoverage analysis
testing-specialistTesting agent

Generated by: H.10.6 Supporting Components Generator Track: E Created: 2026-02-06