testLab.ResultStorage class

الأماكن التي يتم فيها تخزين نتائج الاختبار.

إمضاء:

export declare class ResultStorage 

ملكيات

ملكية الصفات التعريفية يكتب وصف
com.gcsPath خيط موقع تخزين داخل Google Cloud Storage (GCS) لعناصر الاختبار.
resultsUrl خيط عنوان URL لاختبار النتائج في Firebase Console.
معرف الأداةResultsExecution خيط معرف تنفيذ ToolResults الذي تمت كتابة نتائج TestMatrix التفصيلية إليه.
معرف الأداةResultsHistory خيط معرف محفوظات ToolResults التي تحتوي على هذه النتائج.

testLab.ResultStorage.gcsPath

موقع تخزين داخل Google Cloud Storage (GCS) لعناصر الاختبار.

إمضاء:

gcsPath?: string;

testLab.ResultStorage.resultsUrl

عنوان URL لاختبار النتائج في Firebase Console.

إمضاء:

resultsUrl?: string;

testLab.ResultStorage.toolResultsExecutionId

معرف تنفيذ ToolResults الذي تمت كتابة نتائج TestMatrix التفصيلية إليه.

إمضاء:

toolResultsExecutionId?: string;

testLab.ResultStorage.toolResultsHistoryId

معرف محفوظات ToolResults التي تحتوي على هذه النتائج.

إمضاء:

toolResultsHistoryId?: string;