Test Runner MCP
by privsim
run_tests
Run tests and capture output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Test command to execute (e.g., "bats tests/*.bats") | |
env | No | Environment variables for test execution | |
framework | Yes | Testing framework being used | |
outputDir | No | Directory to store test results | |
timeout | No | Test execution timeout in milliseconds (default: 300000) | |
workingDir | Yes | Working directory for test execution |