testLab.ResultStorage interface

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

ลายเซ็น:

export interface ResultStorage 

คุณสมบัติ

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

URI ไปยังผลการทดสอบใน Firebase Web Console

ลายเซ็น:

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;