テスト結果を保存する場所。
署名:
export interface ResultStorage
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
gcsPath | 文字列 | テスト結果が書き込まれる Google Cloud Storage 内の場所。形式は「gs://bucket/path/to/somewhere」です。 |
resultsUri: | 文字列 | Firebase ウェブ コンソールのテスト結果の URI。 |
toolResultsExecution | 文字列 | テスト結果を含むツール結果実行リソース。形式は projects/{project_id}/histories/{history_id}/executions/{execution_id} です。省略可。誤ったテスト状態の場合は省略できます。詳しくは、https://firebase.google.com/docs/test-lab/reference/toolresults/rest をご覧ください。 |
toolResultsHistory | 文字列 | テスト結果を含むツール結果履歴リソース。形式は projects/{project_id}/histories/{history_id} です。詳しくは、https://firebase.google.com/docs/test-lab/reference/toolresults/rest をご覧ください。 |
testLab.ResultStorage.gcsPath
テスト結果が書き込まれる Google Cloud Storage 内の場所。形式は「gs://bucket/path/to/somewhere」です。
署名:
gcsPath: string;
testLab.ResultStorage.resultsUri
Firebase ウェブ コンソールのテスト結果の URI。
署名:
resultsUri: string;
testLab.ResultStorage.toolResultsExecution
テスト結果を含むツール結果実行リソース。形式は projects/{project_id}/histories/{history_id}/executions/{execution_id}
です。省略可。誤ったテスト状態の場合は省略できます。詳しくは、https://firebase.google.com/docs/test-lab/reference/toolresults/rest をご覧ください。
署名:
toolResultsExecution: string;
testLab.ResultStorage.toolResultsHistory
テスト結果を含むツール結果履歴リソース。形式は projects/{project_id}/histories/{history_id}
です。詳しくは、https://firebase.google.com/docs/test-lab/reference/toolresults/rest をご覧ください。
署名:
toolResultsHistory: string;