The smart scheduler
object describes a scheduled execution. TestOps generates a smart scheduler
object when you schedule an execution with the smart scheduler interface.
To learn about test scheduling in TestOps, see Schedule test runs.
Smart scheduler properties
{
"runConfiguration": {...},
"scheduler": {...}
}
A smart scheduler
object contains the following properties:
Property | Type | Description |
---|---|---|
runConfiguration | run configuration object | The object representing the execution configuration. |
scheduler | scheduler object | The object describing how the execution should be triggered. |