testLab.ResultStorage class

テスト結果が保存される場所。

サイン:

export declare class ResultStorage 

プロパティ

財産修飾子タイプ説明
gcsパスGoogle Cloud Storage (GCS) 内のテスト アーティファクトの保存場所。
結果URLFirebase コンソールで結果をテストするための URL。
ツール結果実行ID詳細な TestMatrix 結果が書き込まれる ToolResults 実行の ID。
ツール結果履歴IDこれらの結果を含む 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;