run_test
Execute test commands in a specified directory using the Build MCP Server. Simplifies development workflows by running tests with defined commands, supporting npm, yarn, and pnpm, and providing detailed error reporting.
Instructions
Run tests in the current directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | No | Test command to run (e.g., "npm test", "yarn test") | npm test |
directory | No | Directory to run tests in (default: current directory) |