TestRunDetail interface
Podrobnosti o konkrétním testovacím spuštění pro spuštění testovacího profilu
Vlastnosti
| configuration |
ID konfigurace, na které byl test spuštěn. |
| properties | Pár hodnot klíče s dalšími vlastnostmi přidruženými k testovacímu běhu |
| status | Stav testovacího spuštění Možné hodnoty: "PŘIJATO", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", "CANCELING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE" |
Podrobnosti vlastnosti
configurationId
ID konfigurace, na které byl test spuštěn.
configurationId: string
Hodnota vlastnosti
string
properties
Pár hodnot klíče s dalšími vlastnostmi přidruženými k testovacímu běhu
properties: Record<string, string>
Hodnota vlastnosti
Record<string, string>
status
Stav testovacího spuštění
Možné hodnoty: "PŘIJATO", "NOTSTARTED", "PROVISIONING", "PROVISIONED", "CONFIGURING", "CONFIGURED", "EXECUTING", "EXECUTED", "DEPROVISIONING", "DEPROVISIONED", "DONE", "CANCELING", "CANCELLED", "FAILED", "VALIDATION_SUCCESS", "VALIDATION_FAILURE"
status: string
Hodnota vlastnosti
string