testLab.ResultStorage class

المواقع الجغرافية التي يتم فيها تخزين نتائج الاختبار

Signature:

export declare class ResultStorage 

أماكن إقامة

الموقع المعدِّلات النوع الوصف
gcsPath السلسلة موقع تخزين ضمن Google Cloud Storage (GCS) لعناصر الاختبار.
resultsUrl السلسلة عنوان URL لاختبار النتائج في "وحدة تحكُّم Firebase".
toolResultsExecutionId السلسلة معرِّف تنفيذ أداة ToolResults التي تمت كتابة نتائج TestMatrix التفصيلية إليها.
toolResultsHistoryId السلسلة معرِّف سجل نتائج الأدوات الذي يحتوي على هذه النتائج.

testLab.ResultStorage.gcsPath

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

Signature:

gcsPath?: string;

testLab.ResultStorage.resultsUrl

عنوان URL لاختبار النتائج في "وحدة تحكُّم Firebase".

Signature:

resultsUrl?: string;

testLab.ResultStorage.toolResultsExecutionId

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

Signature:

toolResultsExecutionId?: string;

testLab.ResultStorage.toolResultsHistoryId

معرِّف سجل نتائج الأدوات الذي يحتوي على هذه النتائج.

Signature:

toolResultsHistoryId?: string;