godot_run_tests
Run GUT or GdUnit4 tests headlessly with auto-detection. Returns pass/fail counts and failure details including file paths and line numbers.
Instructions
Run GUT or GdUnit4 tests headlessly and return structured pass/fail results. Auto-detects the test framework. Returns total/passed/failed counts with failure details including file paths and line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | No | Filter to specific test script (e.g., res://tests/test_inventory.gd) | |
| method | No | Filter to specific test method name | |
| inner_class | No | Filter to specific inner test class | |
| framework | No | Force specific framework (auto-detected if omitted) | |
| timeout | No | Timeout in seconds (default: 60) |