testLab.TestMatrixCompletedData interface

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

簽名:

export interface TestMatrixCompletedData 

屬性

屬性 類型 說明
clientInfo 用戶端資訊 建立測試矩陣的用戶端提供的資訊。
createTime 字串 測試矩陣的建立時間。
voidMatrixDetails 字串 說明測試矩陣被判定為無效的程式碼。只有處於「失效」狀態的矩陣,才能設定這個參數。
結果摘要 結果摘要 測試矩陣的結果摘要。
結果儲存空間 結果儲存空間 測試結果的儲存位置。
州/省 TestState 測試矩陣的狀態。
「testMatrixId」 字串 此事件所屬的測試矩陣 ID。

testLab.TestMatrixCompletedData.clientInfo

建立測試矩陣的用戶端提供的資訊。

簽名:

clientInfo: ClientInfo;

testLab.TestMatrixCompletedData.createTime

測試矩陣的建立時間。

簽名:

createTime: string;

testLab.TestMatrixCompletedData.InvalidMatrixDetails

說明測試矩陣被判定為無效的程式碼。只有處於「失效」狀態的矩陣,才能設定這個參數。

簽名:

invalidMatrixDetails: string;

testLab.TestMatrixCompletedData.outcomeSummary

測試矩陣的結果摘要。

簽名:

outcomeSummary: OutcomeSummary;

testLab.TestMatrixCompletedData.resultStorage

測試結果的儲存位置。

簽名:

resultStorage: ResultStorage;

testLab.TestMatrixCompletedData.state

測試矩陣的狀態。

簽名:

state: TestState;

testLab.TestMatrixCompletedData.testMatrixId

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

簽名:

testMatrixId: string;