run_tests
Dispatches Unity test runs and returns a unique run ID immediately for tracking. If transport fails after dispatch, gets START-UNKNOWN to resolve status without retrying.
Instructions
Dispatch Unity tests and return their durable identity immediately.
A successful response is
``tests-started|request_id=...|run_id=...|utf_guid=...|state=dispatched``.
If transport fails after dispatch may have happened, the result is
``START-UNKNOWN`` with the same request_id; resolve it instead of retrying
with a new identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | EditMode | |
| filter | No | ||
| request_id | No |