ตำแหน่งที่จัดเก็บผลการทดสอบ
ลายเซ็น:
export declare class ResultStorage
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | คีย์ตัวปรับแต่ง | ประเภท | คำอธิบาย |
---|---|---|---|
gcsPath | สตริง | ตำแหน่งของพื้นที่เก็บข้อมูลภายใน Google Cloud Storage (GCS) สำหรับอาร์ติแฟกต์ทดสอบ | |
resultsUrl | สตริง | URL ที่จะทดสอบผลลัพธ์ในคอนโซล Firebase | |
toolผลลัพธ์sExecutionId | สตริง | รหัสของการดำเนินการ ToolResults ที่มีการเขียนผลลัพธ์ TestMatrix โดยละเอียด | |
toolผลลัพธ์sHistoryId | สตริง | รหัสของประวัติ Toolผลลัพธ์ ที่มีผลลัพธ์เหล่านี้ |
testLab.ResultStorage.gcsPath
ตำแหน่งของพื้นที่เก็บข้อมูลภายใน Google Cloud Storage (GCS) สำหรับอาร์ติแฟกต์ทดสอบ
ลายเซ็น:
gcsPath?: string;
testLab.ผลลัพธ์Storage.resultsUrl
URL ที่จะทดสอบผลลัพธ์ในคอนโซล Firebase
ลายเซ็น:
resultsUrl?: string;
testLab.ResultStorage.toolผลลัพธ์sExecutionId
รหัสของการดำเนินการ ToolResults ที่มีการเขียนผลลัพธ์ TestMatrix โดยละเอียด
ลายเซ็น:
toolResultsExecutionId?: string;
testLab.ผลลัพธ์Storage.toolผลลัพธ์sHistoryId
รหัสของประวัติ Toolผลลัพธ์ ที่มีผลลัพธ์เหล่านี้
ลายเซ็น:
toolResultsHistoryId?: string;