테스트 결과가 저장된 위치입니다.
서명:
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;