Bearbeiten

Share via


TestResultMetaData interface

Represents a Meta Data of a test result.

Properties

automatedTestName

AutomatedTestName of test result.

automatedTestStorage

AutomatedTestStorage of test result.

flakyIdentifiers

List of Flaky Identifier for TestCaseReferenceId

owner

Owner of test result.

priority

Priority of test result.

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

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