testLab.ResultStorage interface

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

امضا:

export interface ResultStorage 

خواص

ویژگی تایپ کنید شرح
gcsPath رشته مکان در Google Cloud Storage که در آن نتایج آزمایش نوشته شده است. به شکل "gs://bucket/path/to/somewhere".
نتایجUri رشته URI به نتایج آزمایش در کنسول وب Firebase.
toolResultsExecution رشته منبع اجرای ابزار نتایج حاوی نتایج آزمون. قالب projects/{project_id}/histories/{history_id}/executions/{execution_id} است. اختیاری، می تواند در حالت های آزمایشی اشتباه حذف شود. برای اطلاعات بیشتر به https://firebase.google.com/docs/test-lab/reference/toolresults/rest مراجعه کنید.
toolReultsHistory رشته منبع تاریخچه نتایج ابزار حاوی نتایج آزمون. قالب projects/{project_id}/histories/{history_id} است. برای اطلاعات بیشتر به https://firebase.google.com/docs/test-lab/reference/toolresults/rest مراجعه کنید.

testLab.ResultStorage.gcsPath

مکان در Google Cloud Storage که در آن نتایج آزمایش نوشته شده است. به شکل "gs://bucket/path/to/somewhere".

امضا:

gcsPath: string;

testLab.ResultStorage.resultsUri

URI به نتایج آزمایش در کنسول وب Firebase.

امضا:

resultsUri: string;

testLab.ResultStorage.toolResultsExecution

منبع اجرای ابزار نتایج حاوی نتایج آزمون. قالب projects/{project_id}/histories/{history_id}/executions/{execution_id} است . اختیاری، می تواند در حالت های آزمایشی اشتباه حذف شود. برای اطلاعات بیشتر به https://firebase.google.com/docs/test-lab/reference/toolresults/rest مراجعه کنید.

امضا:

toolResultsExecution: string;

testLab.ResultStorage.toolResultsHistory

منبع تاریخچه نتایج ابزار حاوی نتایج آزمون. قالب projects/{project_id}/histories/{history_id} است . برای اطلاعات بیشتر به https://firebase.google.com/docs/test-lab/reference/toolresults/rest مراجعه کنید.

امضا:

toolResultsHistory: string;