test_run_scenario
Launch a Godot project in test harness mode to run a specific scenario, with optional scene and timeout parameters.
Instructions
Run the game with test harness mode enabled for a specific scenario
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | No | Optional: specific test scene to run | |
| timeout | No | Optional: timeout in milliseconds before stopping the test (default: 30000) | |
| projectPath | Yes | Path to the Godot project directory |