Skill: test-runner
What this skill does
Runs tests via ./scripts/test.sh.
How to use
- Unit tests:
./scripts/test.sh --unit - Integration tests:
./scripts/test.sh --integration - Benchmarks:
./scripts/test.sh --bench --bench-output build/bench.json - All:
./scripts/test.sh --all
Outputs
- Exit code: 0 on success, non-zero on failure
- Optional JUnit XML:
--junit-output <path> - Optional bench JSON:
--bench-output <path>
Related
docs/specs/dev/components/TestDirectory.mddocs/specs/dev/TESTING_STRATEGY.md
Converted and distributed by TomeVault — claim your Tome and manage your conversions.