testLab.ResultStorage interface

ตำแหน่งที่จัดเก็บผลการทดสอบ

ลายเซ็น:

export interface ResultStorage 

พร็อพเพอร์ตี้

พร็อพเพอร์ตี้ ประเภท คำอธิบาย
gcsPath สตริง ตำแหน่งใน Google Cloud Storage ที่มีการเขียนผลการทดสอบไว้ ในรูปแบบ "gs://bucket/path/to/somewhere"
ผลการค้นหา สตริง URI ไปยังผลการทดสอบในเว็บคอนโซล Firebase
toolผลลัพธ์ของการดำเนินการ สตริง ทรัพยากรการเรียกใช้ผลลัพธ์ของเครื่องมือที่มีผลการทดสอบ รูปแบบคือ projects/{project_id}/histories/{history_id}/executions/{execution_id} ไม่บังคับ สามารถละเว้นได้ในสถานะทดสอบที่ผิดพลาด ดูข้อมูลเพิ่มเติมได้ที่ https://firebase.google.com/docs/test-lab/reference/toolresults/rest
toolผลลัพธ์sHistory สตริง แหล่งข้อมูลประวัติผลลัพธ์ของเครื่องมือที่มีผลการทดสอบ รูปแบบคือ 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.ผลลัพธ์Storage.resultsUri

URI ไปยังผลการทดสอบในเว็บคอนโซล Firebase

ลายเซ็น:

resultsUri: string;

testLab.ResultStorage.toolผลลัพธ์sExecution

ทรัพยากรการเรียกใช้ผลลัพธ์ของเครื่องมือที่มีผลการทดสอบ รูปแบบคือ projects/{project_id}/histories/{history_id}/executions/{execution_id} ไม่บังคับ สามารถละเว้นได้ในสถานะทดสอบที่ผิดพลาด ดูข้อมูลเพิ่มเติมได้ที่ https://firebase.google.com/docs/test-lab/reference/toolresults/rest

ลายเซ็น:

toolResultsExecution: string;

testLab.ผลลัพธ์พื้นที่เก็บข้อมูล.toolผลลัพธ์sประวัติ

แหล่งข้อมูลประวัติผลลัพธ์ของเครื่องมือที่มีผลการทดสอบ รูปแบบคือ projects/{project_id}/histories/{history_id} ดูข้อมูลเพิ่มเติมได้ที่ https://firebase.google.com/docs/test-lab/reference/toolresults/rest

ลายเซ็น:

toolResultsHistory: string;