qa_run_tests
Execute QA tests for a project by loading the .mcp-qa-config.json file, running configured test modules, and returning a formatted report. Optionally filter by module or test name.
Instructions
Run QA tests for a project. Loads .mcp-qa-config.json from the project path, executes the configured test modules, and returns a formatted report. Optionally filter by module names or test name substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Only run tests whose names contain this substring | |
| modules | No | Only run these modules (e.g. ['web', 'api']). Defaults to all configured modules. | |
| projectPath | Yes | Absolute path to the project directory containing .mcp-qa-config.json |