testLab.ResultStorage interface

מקומות שבהם מאוחסנות תוצאות הבדיקה.

חֲתִימָה:

export interface ResultStorage 

נכסים

תכונה סוּג תיאור
gcsPath חוּט מיקום ב-Google Cloud Storage שאליו נכתבות תוצאות הבדיקה. בטופס "gs://bucket/path/to/everywhere".
תוצאות אורי חוּט URI לתוצאות הבדיקה ב-Firebase Web Console.
toolResultsExecution חוּט משאב ביצוע כלי תוצאות המכיל תוצאות בדיקה. הפורמט הוא projects/{project_id}/histories/{history_id}/executions/{execution_id} . אופציונלי, ניתן להשמיט במצבי בדיקה שגויים. ראה https://firebase.google.com/docs/test-lab/reference/toolresults/rest למידע נוסף.
toolResultsHistory חוּט משאב היסטוריית תוצאות הכלי המכיל תוצאות בדיקה. הפורמט הוא 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/everywhere".

חֲתִימָה:

gcsPath: string;

testLab.ResultStorage.resultsUri

URI לתוצאות הבדיקה ב-Firebase Web Console.

חֲתִימָה:

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;