Verify Project
verify_projectRun a Godot project and evaluate bounded assertions to verify game behavior, with options to wait frames, capture screenshots, and stop after checks.
Instructions
Run bounded assertions and capture e…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | No | Optional scene to run | |
| teardown | No | Stop the project after verification. | |
| assertions | No | Bounded assertions evaluated against… | |
| waitFrames | No | Frames to wait before assertions. | |
| projectPath | Yes | Godot project path | |
| captureScreenshot | No | Capture a screenshot and return its… |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |