test-runner-2
Automatically run relevant tests after code changes. Detects test files and runs appropriate test commands based on file extensions and project structure.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install test-runner-2 --cli claudewrites the file to.claude/hooks/test-runner-2Listed as compatible
Configuration
# fetches the hook script into:
.claude/hooks/test-runner-2
# then register it in your settings.json "hooks" block.↳ Add the hook entry to settings.json, then restart the harness.
Needs the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Automatically run relevant tests after code changes. Detects test files and runs appropriate test commands based on file extensions and project structure.
When to use it
Automatically run relevant tests after code changes. Detects test files and runs appropriate test commands based on file extensions and project structure.
How to install / invoke
# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/testing/test-runner.json -o .claude/hooks/test-runner.json
Notes
Extracted from davila7/claude-code-templates, testing category.