testLab.TestMatrixCompletedData interface

所有 Firebase 測試矩陣中已完成事件的資料。

簽名:

export interface TestMatrixCompletedData 

特性

財產類型描述
客戶資訊客戶資訊創建測試矩陣的客戶提供的資訊。
創建時間細繩建立測試矩陣的時間。
無效矩陣詳細信息細繩描述測試矩陣為何被視為無效的程式碼。僅對處於 INVALID 狀態的矩陣進行設定。
結果總結結果總結測試矩陣的結果摘要。
結果存儲結果存儲儲存測試結果的位置。
狀態測試狀態測試矩陣的狀態。
測試矩陣ID細繩該事件所屬的測試矩陣的ID。

testLab.TestMatrixCompletedData.clientInfo

創建測試矩陣的客戶提供的資訊。

簽名:

clientInfo: ClientInfo;

testLab.TestMatrixCompletedData.createTime

建立測試矩陣的時間。

簽名:

createTime: string;

testLab.TestMatrixCompletedData.invalidMatrixDetails

描述測試矩陣為何被視為無效的程式碼。僅對處於 INVALID 狀態的矩陣進行設定。

簽名:

invalidMatrixDetails: string;

testLab.TestMatrixCompletedData.outcomeSummary

測試矩陣的結果摘要。

簽名:

outcomeSummary: OutcomeSummary;

testLab.TestMatrixCompletedData.resultStorage

儲存測試結果的位置。

簽名:

resultStorage: ResultStorage;

testLab.TestMatrixCompletedData.state

測試矩陣的狀態。

簽名:

state: TestState;

testLab.TestMatrixCompletedData.testMatrixId

該事件所屬的測試矩陣的ID。

簽名:

testMatrixId: string;