testLab.ResultStorage class

مکان هایی که نتایج آزمایش در آن ذخیره می شود.

امضا:

export declare class ResultStorage 

خواص

ویژگی اصلاح کننده ها تایپ کنید شرح
gcsPath رشته یک مکان ذخیره سازی در Google Cloud Storage (GCS) برای مصنوعات آزمایشی.
URL URL رشته URL برای آزمایش نتایج در Firebase Console.
toolResultsExecutionId رشته شناسه اجرای ToolResults که نتایج دقیق TestMatrix روی آن نوشته شده است.
toolResultsHistoryId رشته شناسه ToolResults History حاوی این نتایج است.

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 History حاوی این نتایج است.

امضا:

toolResultsHistoryId?: string;