defold_test
Execute the project's headless test suite, capturing the tail of output on success and error details with exit code on failure, with adjustable tail size.
Instructions
Run the project's headless test suite (if a testScript is registered). Returns the tail of the output when the suite passes; a non-zero exit is a tool ERROR carrying the exit code and the same tail. Widen tail when the failing assertion is further up than the default window. Can take minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Lines from the end of the output (default 12) | |
| project | No | Registered project to target. |