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;