testLab.ResultStorage interface

測試結果的儲存位置。

簽名:

export interface ResultStorage 

屬性

屬性 類型 說明
gcsPath 字串 測試結果的 Google Cloud Storage 位置。格式為「gs://bucket/path/to/somewhere」。
resultsUri 字串 Firebase 網頁控制台中測試結果的 URI。
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/somewhere」。

簽名:

gcsPath: string;

testLab.ResultStorage.resultsUri

Firebase 網頁控制台中測試結果的 URI。

簽名:

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;