run_systest_class
Run a D365 Finance and Operations unit test class and get per-method results using unattended SysTestConsole execution.
Instructions
Execute a D365FO unit test class via SysTestConsole.exe (/unattended), returning per-method results.
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 if omitted. | |
| testMethod | No | Optional: run only this specific test method within the class (e.g. "testValidation"). | |
| packagePath | No | PackagesLocalDirectory root path. Auto-detected if omitted. |