TestCaseFlakinessBranchInfo interface
表示测试用例不片分支信息。
属性
| automated |
测试结果的 AutomateTestName。 |
| automated |
测试结果的 AutomateTestStorage。 |
| flaky |
测试用例引用 ID 已剥落的分支列表。 |
| last |
上次运行测试的时间。 |
| test |
TestCaseReference 的 ID。 |
| test |
测试结果的 TestCaseTitle。 |
属性详细信息
automatedTestName
测试结果的 AutomateTestName。
automatedTestName: string
属性值
string
automatedTestStorage
测试结果的 AutomateTestStorage。
automatedTestStorage: string
属性值
string
flakyBranches
测试用例引用 ID 已剥落的分支列表。
flakyBranches: string[]
属性值
string[]
lastRefTestRunDate
上次运行测试的时间。
lastRefTestRunDate: Date
属性值
Date
testCaseReferenceId
TestCaseReference 的 ID。
testCaseReferenceId: number
属性值
number
testCaseTitle
测试结果的 TestCaseTitle。
testCaseTitle: string
属性值
string