Automations
Schedule (cron) or event triggers that run a suite or a load test.
Operation
What it does
The automation object
{
"id": "a1b2c3d4-0000-0000-0000-000000000000",
"name": "Nightly smoke suite",
"enabled": true,
"trigger": { "type": "schedule", "cron": "0 8 * * *", "tz": "America/New_York" },
"action": { "type": "run_features", "featureIds": [12, 15], "configName": "Default" },
"condition": null,
"nextDueUtc": "2026-06-16T12:00:00.0000000Z",
"lastTriggeredUtc": null,
"createdUtc": "2026-06-15T18:00:00.0000000Z",
"updatedUtc": null
}Field
Notes
Last updated
Was this helpful?
