테스트 결과가 저장된 위치입니다.
서명:
export declare class ResultStorage
속성
속성 | 특수키 | 유형 | 설명 |
---|---|---|---|
gcsPath | 문자열 | 테스트 아티팩트를 위한 Google Cloud Storage (GCS) 내의 스토리지 위치입니다. | |
resultsUrl | 문자열 | Firebase Console에서 결과를 테스트하는 URL입니다. | |
toolResultsExecutionId) | 문자열 | 자세한 TestMatrix 결과가 기록되는 ToolResults 실행의 ID입니다. | |
toolResultsHistoryId | 문자열 | 이러한 결과가 포함된 ToolResults 기록의 ID입니다. |
testLab.ResultStorage.gcsPath
테스트 아티팩트를 위한 Google Cloud Storage (GCS) 내의 스토리지 위치입니다.
서명:
gcsPath?: string;
testLab.ResultStorage.resultsUrl
Firebase Console에서 결과를 테스트하는 URL입니다.
서명:
resultsUrl?: string;
testLab.ResultStorage.toolResultsExecutionId
자세한 TestMatrix 결과가 기록되는 ToolResults 실행의 ID입니다.
서명:
toolResultsExecutionId?: string;
testLab.ResultStorage.toolResultsHistoryId
이러한 결과가 포함된 ToolResults 기록의 ID입니다.
서명:
toolResultsHistoryId?: string;