TestResultMetaData interface
表示測試結果的元數據。
屬性
| automated |
AutomatedTestName 的測試結果。 |
| automated |
AutomatedTest測試結果的儲存。 |
| flaky |
TestCaseReferenceId 的不穩定識別碼清單 |
| owner | 測試結果的所有者。 |
| priority | 測試結果的優先順序。 |
| test |
TestCaseReference 的識別碼。 |
| test |
TestCaseTitle 的測試結果。 |
屬性詳細資料
automatedTestName
AutomatedTestName 的測試結果。
automatedTestName: string
屬性值
string
automatedTestStorage
AutomatedTest測試結果的儲存。
automatedTestStorage: string
屬性值
string
flakyIdentifiers
owner
測試結果的所有者。
owner: string
屬性值
string
priority
測試結果的優先順序。
priority: number
屬性值
number
testCaseReferenceId
TestCaseReference 的識別碼。
testCaseReferenceId: number
屬性值
number
testCaseTitle
TestCaseTitle 的測試結果。
testCaseTitle: string
屬性值
string