test_file
Executes tests located in a specified file or directory path using HooksMCP server, streamlining test runs in development workflows.
Instructions
Run tests in a specific file or directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
TEST_PATH | Yes | Path to test file or directory |
Input Schema (JSON Schema)
{
"properties": {
"TEST_PATH": {
"description": "Path to test file or directory",
"type": "string"
}
},
"required": [
"TEST_PATH"
],
"type": "object"
}