qa_run_module
Execute a specific QA module to test a targeted area of your project, such as API, web, or VM tests.
Instructions
Run a single QA test module for a project. Use this for targeted testing of a specific area (e.g. just API tests or just VM checks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name to run (e.g. 'web', 'api', 'cli', 'vm', 'wordpress', 'performance', 'integration') | |
| testFilter | No | Only run tests whose names contain this substring | |
| projectPath | Yes | Absolute path to the project directory containing .mcp-qa-config.json |