run_tests
Executes tests by leveraging specified test frameworks like pytest or jest. Input language, framework, and test path to run tests efficiently within VS Code via Code MCP Server.
Instructions
Run tests using appropriate test runner
Input Schema
Name | Required | Description | Default |
---|---|---|---|
framework | No | Test framework (pytest, jest, mocha, etc) | |
language | Yes | Programming language | |
path | No | Path to test file or directory | |
pattern | No | Test file pattern |