testLab.ResultStorage class

テスト結果を保存する場所。

署名:

export declare class ResultStorage 

プロパティ

プロパティ 修飾キー タイプ 説明
gcsPath 文字列 テスト アーティファクト用の Google Cloud Storage(GCS)内の保存場所。
resultsUrl 文字列 Firebase コンソールでテスト結果にアクセスするための URL。
toolResultsExecutionId 文字列 詳細な TestMatrix 結果が書き込まれる ToolResults 実行の ID。
toolResultsHistoryId 文字列 これらの結果を含む ToolResults History の 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 History の ID。

署名:

toolResultsHistoryId?: string;