TestResultMetaData interface
Egy teszteredmény metaadatait jelöli.
Tulajdonságok
| automated |
AutomatedTestName a teszteredmény alapján. |
| automated |
AutomatedTestA teszteredmény tárolása. |
| flaky |
A TestCaseReferenceId pelyhes azonosítóinak listája |
| owner | A teszteredmény tulajdonosa. |
| priority | A teszteredmény prioritása. |
| test |
A TestCaseReference azonosítója. |
| test |
TestCaseTitle a teszteredmény címe. |
Tulajdonság adatai
automatedTestName
AutomatedTestName a teszteredmény alapján.
automatedTestName: string
Tulajdonság értéke
string
automatedTestStorage
AutomatedTestA teszteredmény tárolása.
automatedTestStorage: string
Tulajdonság értéke
string
flakyIdentifiers
A TestCaseReferenceId pelyhes azonosítóinak listája
flakyIdentifiers: TestFlakyIdentifier[]
Tulajdonság értéke
owner
A teszteredmény tulajdonosa.
owner: string
Tulajdonság értéke
string
priority
A teszteredmény prioritása.
priority: number
Tulajdonság értéke
number
testCaseReferenceId
A TestCaseReference azonosítója.
testCaseReferenceId: number
Tulajdonság értéke
number
testCaseTitle
TestCaseTitle a teszteredmény címe.
testCaseTitle: string
Tulajdonság értéke
string