testLab.ResultStorage interface

儲存測試結果的位置。

簽名:

export interface ResultStorage 

特性

財產類型描述
gcs路徑細繩Google Cloud Storage 中寫入測試結果的位置。格式為“gs://bucket/path/to/somewhere”。
結果Uri細繩Firebase Web 控制台中測試結果的 URI。
工具結果執行細繩包含測試結果的工具結果執行資源。格式為projects/{project_id}/histories/{history_id}/executions/{execution_id} 。可選,在錯誤的測試狀態下可以省略。有關更多信息,請參閱 https://firebase.google.com/docs/test-lab/reference/toolresults/rest。
工具結果歷史記錄細繩包含測試結果的工具結果歷史資源。格式為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 Web 控制台中測試結果的 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;