run_test_script
Execute a test script containing a sequence of commands. Scripts are JSON files with command sequences that can include wait delays.
Instructions
Execute a test script containing a sequence of commands. Scripts are JSON files with command sequences that can include wait delays. Steps run directly against the game, so only game-side commands work — server-side tools (read_log, watch_log, list_scripts, launch_game, stop_game, wait_for_game, ...) cannot be used as steps.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | Script name (from scripts/ or scripts/examples/) or absolute file path |