Run Project Tests
run_project_testsDiscover or run native, GUT, and GdUnit4 tests in a Godot project, returning results and optional report artifacts to verify game behavior.
Instructions
Discover or run native, GUT, and GdU…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Discover tests or run them | |
| failFast | No | Stop native execution after the firs… | |
| framework | No | Test framework. | |
| testPaths | No | Project-relative test files or direc… | |
| projectPath | Yes | Godot project path | |
| artifactPaths | No | Project-relative report files to ret… | |
| timeoutSeconds | No | Per-run timeout. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |