local_dev_run_tests
Auto-detect and execute tests in sandboxed local development environments, supporting Python, Node, Bun, and multiple test runners for efficient debugging and validation.
Instructions
Auto-detect and run tests in a local development environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
env_id | Yes | Environment identifier |
Input Schema (JSON Schema)
{
"properties": {
"env_id": {
"description": "Environment identifier",
"type": "string"
}
},
"required": [
"env_id"
],
"type": "object"
}