TestResultMetaData interface
Represents a Meta Data of a test result.
Properties
automated |
AutomatedTestName of test result. |
automated |
AutomatedTestStorage of test result. |
flaky |
List of Flaky Identifier for TestCaseReferenceId |
owner | Owner of test result. |
priority | Priority of test result. |
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
flakyIdentifiers
List of Flaky Identifier for TestCaseReferenceId
flakyIdentifiers: TestFlakyIdentifier[]
Property Value
owner
Owner of test result.
owner: string
Property Value
string
priority
Priority of test result.
priority: number
Property Value
number
testCaseReferenceId
ID of TestCaseReference.
testCaseReferenceId: number
Property Value
number
testCaseTitle
TestCaseTitle of test result.
testCaseTitle: string
Property Value
string