test_suite_run
Run every test in a suite (and its plans + one level of child suites) SEQUENTIALLY on a device. Returns the run id immediately — the run executes in the background. Poll test_suite_run_status(runId) for progress and the rollup report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional label for this run | |
| udid | Yes | UDID of the device to run all resolved tests on | |
| suiteId | Yes | Suite id to execute |