testLab.ResultStorage class

測試結果的儲存位置。

簽名:

export declare class ResultStorage 

屬性

屬性 修飾符 類型 說明
gcsPath 字串 Google Cloud Storage (GCS) 中測試成果的儲存位置。
resultsUrl 字串 Firebase 控制台中測試結果的網址。
toolResultsExecutionId 字串 要寫入詳細 TestMatrix 結果的 ToolResults 執行作業 ID。
「toolResultsHistoryId」 字串 內含這些結果的 ToolResults 記錄編號。

testLab.ResultStorage.gcsPath

Google Cloud Storage (GCS) 中測試成果的儲存位置。

簽名:

gcsPath?: string;

testLab.ResultStorage.resultsUrl

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

簽名:

resultsUrl?: string;

testLab.ResultStorage.toolResultsExecutionId

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

簽名:

toolResultsExecutionId?: string;

testLab.ResultStorage.toolResultsHistoryId

內含這些結果的 ToolResults 記錄編號。

簽名:

toolResultsHistoryId?: string;