Triggers the execution of a specified test run. The execution can be customized to include or exclude specific scenarios.
The UUID of the test run to execute.
Configuration for the test execution, specifying which scenarios to run.
Determines how scenarioIds is interpreted. If true, all scenarios except those in scenarioIds will be executed. If false, only the scenarios in scenarioIds will be executed. If scenarioIds is empty, all scenarios will run regardless of this flag.
A list of scenario UUIDs to either include or exclude from the execution, based on the selectAll flag.
An optional UUID of a specific simulator to use for the test run.