enableContinuousRun property

bool? enableContinuousRun
getter/setter pair

Whether to run test cases in TestCasesConfig.test_cases periodically.

Default false. If set to true, run once a day.

Implementation

core.bool? enableContinuousRun;