testLab.ResultStorage class

儲存測試結果的位置。

簽名:

export declare class ResultStorage 

特性

財產修飾符類型描述
gcs路徑細繩Google Cloud Storage (GCS) 中用於測試工件的儲存位置。
結果網址細繩Firebase 控制台中測試結果的 URL。
工具結果執行 ID細繩寫入詳細 TestMatrix 結果的 ToolResults 執行的 ID。
工具結果歷史記錄 ID細繩包含這些結果的 ToolResults 歷史記錄的 ID。

testLab.ResultStorage.gcsPath

Google Cloud Storage (GCS) 中用於測試工件的儲存位置。

簽名:

gcsPath?: string;

testLab.ResultStorage.resultsUrl

Firebase 控制台中測試結果的 URL。

簽名:

resultsUrl?: string;

testLab.ResultStorage.toolResultsExecutionId

寫入詳細 TestMatrix 結果的 ToolResults 執行的 ID。

簽名:

toolResultsExecutionId?: string;

testLab.ResultStorage.toolResultsHistoryId

包含這些結果的 ToolResults 歷史記錄的 ID。

簽名:

toolResultsHistoryId?: string;