TestCaseFlakinessBranchInfo interface
Represents a Test Case Flakiness Branch Information.
Properties
| automated |
AutomatedTestName of test result. |
| automated |
AutomatedTestStorage of test result. |
| flaky |
List of Branches where Test Case Reference Id has flaked. |
| last |
Time when the test was last run. |
| test |
ID of TestCaseReference. |
| test |
TestCaseTitle of test result. |
Property Details
automatedTestName
AutomatedTestName of test result.
automatedTestName: string
Property Value
string
automatedTestStorage
AutomatedTestStorage of test result.
automatedTestStorage: string
Property Value
string
flakyBranches
List of Branches where Test Case Reference Id has flaked.
flakyBranches: string[]
Property Value
string[]
lastRefTestRunDate
Time when the test was last run.
lastRefTestRunDate: Date
Property Value
Date
testCaseReferenceId
ID of TestCaseReference.
testCaseReferenceId: number
Property Value
number
testCaseTitle
TestCaseTitle of test result.
testCaseTitle: string
Property Value
string