TestCaseFlakinessBranchInfo interface
يمثل معلومات فرع التقشر لحالة الاختبار.
الخصائص
| automated |
AutomatedTestName لنتيجة الاختبار. |
| automated |
AutomatedTestStorage من نتيجة الاختبار. |
| flaky |
قائمة الفروع التي تقشر فيها المعرف المرجعي لحالة الاختبار. |
| last |
الوقت الذي تم فيه تشغيل الاختبار آخر مرة. |
| test |
معرف TestCaseReference. |
| test |
TestCaseTitle من نتيجة الاختبار. |
تفاصيل الخاصية
automatedTestName
AutomatedTestName لنتيجة الاختبار.
automatedTestName: string
قيمة الخاصية
string
automatedTestStorage
AutomatedTestStorage من نتيجة الاختبار.
automatedTestStorage: string
قيمة الخاصية
string
flakyBranches
قائمة الفروع التي تقشر فيها المعرف المرجعي لحالة الاختبار.
flakyBranches: string[]
قيمة الخاصية
string[]
lastRefTestRunDate
الوقت الذي تم فيه تشغيل الاختبار آخر مرة.
lastRefTestRunDate: Date
قيمة الخاصية
Date
testCaseReferenceId
معرف TestCaseReference.
testCaseReferenceId: number
قيمة الخاصية
number
testCaseTitle
TestCaseTitle من نتيجة الاختبار.
testCaseTitle: string
قيمة الخاصية
string