TestCaseFlakinessBranchInfo interface
代表測試案例不穩定分支資訊。
屬性
| automated |
AutomatedTestName 的測試結果。 |
| automated |
AutomatedTest測試結果的儲存。 |
| flaky |
測試案例參考標識碼已剝落的分支清單。 |
| last |
上次執行測試的時間。 |
| test |
TestCaseReference 的識別碼。 |
| test |
TestCaseTitle 的測試結果。 |
屬性詳細資料
automatedTestName
AutomatedTestName 的測試結果。
automatedTestName: string
屬性值
string
automatedTestStorage
AutomatedTest測試結果的儲存。
automatedTestStorage: string
屬性值
string
flakyBranches
測試案例參考標識碼已剝落的分支清單。
flakyBranches: string[]
屬性值
string[]
lastRefTestRunDate
上次執行測試的時間。
lastRefTestRunDate: Date
屬性值
Date
testCaseReferenceId
TestCaseReference 的識別碼。
testCaseReferenceId: number
屬性值
number
testCaseTitle
TestCaseTitle 的測試結果。
testCaseTitle: string
屬性值
string