Edit

Share via


TestCaseFlakinessBranchInfo interface

Represents a Test Case Flakiness Branch Information.

Properties

automatedTestName

AutomatedTestName of test result.

automatedTestStorage

AutomatedTestStorage of test result.

flakyBranches

List of Branches where Test Case Reference Id has flaked.

lastRefTestRunDate

Time when the test was last run.

testCaseReferenceId

ID of TestCaseReference.

testCaseTitle

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