run_project_tests
Run or discover tests in a Godot project using native, GUT, or GdUnit4 frameworks with structured results. Specify project path, test files, and timeout.
Instructions
Discover or run native, GUT, and GdUnit4 project tests with structured results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Discover tests or run them | |
| failFast | No | Stop native execution after the first failed file. Default: false | |
| framework | No | Test framework. Default: auto | |
| testPaths | No | Project-relative test files or directories | |
| projectPath | Yes | Godot project path | |
| artifactPaths | No | Project-relative report files to return as artifact metadata | |
| timeoutSeconds | No | Per-run timeout. Default: 60 |