TestCaseFlakinessBranchInfo interface
Představuje informace o větvi šupinatosti testovacího případu.
Vlastnosti
| automated |
AutomatedTestName výsledku testu. |
| automated |
AutomatedTestStorage výsledku testu. |
| flaky |
Seznam větví, ve kterých se ID odkazu na testovací případ odlupovalo. |
| last |
Čas, kdy byl test naposledy spuštěn. |
| test |
ID of TestCaseReference. |
| test |
TestCaseTitle výsledku testu |
Podrobnosti vlastnosti
automatedTestName
AutomatedTestName výsledku testu.
automatedTestName: string
Hodnota vlastnosti
string
automatedTestStorage
AutomatedTestStorage výsledku testu.
automatedTestStorage: string
Hodnota vlastnosti
string
flakyBranches
Seznam větví, ve kterých se ID odkazu na testovací případ odlupovalo.
flakyBranches: string[]
Hodnota vlastnosti
string[]
lastRefTestRunDate
Čas, kdy byl test naposledy spuštěn.
lastRefTestRunDate: Date
Hodnota vlastnosti
Date
testCaseReferenceId
ID of TestCaseReference.
testCaseReferenceId: number
Hodnota vlastnosti
number
testCaseTitle
TestCaseTitle výsledku testu
testCaseTitle: string
Hodnota vlastnosti
string