run_systest_class
Execute D365 F&O unit test classes via SysTestConsole. Specify the test class name and optional model, method, or package path to run targeted tests.
Instructions
Execute a D365FO unit test class via SysTestConsole.exe. Needs an interactive console session — fails headless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | The name of the SysTest class to run (e.g. "MyModuleTest") | |
| modelName | No | The model containing the test class. Auto-detected from .mcp.json if omitted. | |
| testMethod | No | Optional: run only this specific test method within the class (e.g. "testValidation"). | |
| packagePath | No | PackagesLocalDirectory root path. Auto-detected from .mcp.json if omitted. |