testLab.ResultStorage interface

테스트 결과가 저장되는 위치입니다.

서명:

export interface ResultStorage 

속성

재산 유형 설명
gcs경로 테스트 결과가 기록되는 Google Cloud Storage의 위치입니다. 'gs://bucket/path/to/somewhere' 형식입니다.
결과Uri Firebase 웹 콘솔의 테스트 결과에 대한 URI입니다.
도구결과실행 테스트 결과가 포함된 도구 결과 실행 리소스입니다. 형식은 projects/{project_id}/histories/{history_id}/executions/{execution_id} 입니다. 선택사항이며, 잘못된 테스트 상태에서는 생략될 수 있습니다. 자세한 내용은 https://firebase.google.com/docs/test-lab/reference/toolresults/rest를 참조하세요.
도구결과기록 테스트 결과가 포함된 도구 결과 기록 리소스입니다. 형식은 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;