testLab.ResultStorage class

สถานที่จัดเก็บผลการทดสอบ

ลายเซ็น:

export declare class ResultStorage 

คุณสมบัติ

คุณสมบัติ ตัวดัดแปลง พิมพ์ คำอธิบาย
gcsPath เชือก ตำแหน่งพื้นที่เก็บข้อมูลภายใน Google Cloud Storage (GCS) สำหรับส่วนทดสอบ
URL ผลลัพธ์ เชือก URL เพื่อทดสอบผลลัพธ์ในคอนโซล Firebase
toolResultsExecutionId เชือก รหัสการดำเนินการ ToolResults ที่เขียนผลลัพธ์ TestMatrix โดยละเอียด
toolResultsHistoryId เชือก รหัสของประวัติ ToolResults ที่มีผลลัพธ์เหล่านี้

testLab.ResultStorage.gcsPath

ตำแหน่งพื้นที่เก็บข้อมูลภายใน Google Cloud Storage (GCS) สำหรับส่วนทดสอบ

ลายเซ็น:

gcsPath?: string;

testLab.ResultStorage.resultsUrl

URL เพื่อทดสอบผลลัพธ์ในคอนโซล Firebase

ลายเซ็น:

resultsUrl?: string;

testLab.ResultStorage.toolResultsExecutionId

รหัสการดำเนินการ ToolResults ที่เขียนผลลัพธ์ TestMatrix โดยละเอียด

ลายเซ็น:

toolResultsExecutionId?: string;

testLab.ResultStorage.toolResultsHistoryId

รหัสของประวัติ ToolResults ที่มีผลลัพธ์เหล่านี้

ลายเซ็น:

toolResultsHistoryId?: string;