manage_tests
Manage Unreal Engine automation tests: list available tests, run by name or filter, execute all, and retrieve results.
Instructions
Run and manage UE Automation Tests. Actions: list_tests (discover available tests), run_test (execute a specific test by name), run_all_tests (execute all automation tests), run_tests_by_filter (run tests matching a filter pattern), get_test_results (get the latest test report).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The test action to execute | |
| filter | No | [list_tests, run_tests_by_filter] Filter pattern to match test names | |
| test_name | No | [run_test] Full test name (e.g., Project.Gameplay.Character.Movement) |