run_tests
Run Apex tests locally to get structured results: pass/fail status, assertion details, stack traces, and line-level code coverage.
Instructions
Execute Apex tests locally using the high-fidelity Go interpreter. Returns structured test results with pass/fail status, assertion details, stack traces, and line-level code coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Specific test file to run (e.g., "MyTest.cls") | |
| filter | No | Regex pattern to filter test methods (e.g., "testAccount.*") | |
| failFast | No | Stop on first test failure | |
| parallel | No | Run tests in parallel for faster execution |