testLab.ResultStorage class

存储测试结果的位置。

签名

export declare class ResultStorage 

属性

属性 修饰符 类型 说明
gcsPath 字符串 Google Cloud Storage (GCS) 中测试工件的存储位置。
resultsUrl 字符串 用于在 Firebase 控制台中测试结果的网址。
toolResultsExecutionId 字符串 写入详细 TestMatrix 结果的 ToolResults 执行的 ID。
toolResultsHistoryId 字符串 包含这些结果的 ToolResults 历史记录的 ID。

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 历史记录的 ID。

签名

toolResultsHistoryId?: string;