testLab.TestMatrix class

TestMatrix 會擷取測試執行作業的詳細資料。

簽名:

export declare class TestMatrix 

屬性

屬性 修飾符 類型 說明
clientInfo 用戶端資訊 叫用測試的用戶端相關資訊。
createTime 字串 這個測試矩陣最初的建立時間 (ISO8601 時間戳記)。
voidMatrixDetails InvalidMatrixDetails 適用於「INVALID」僅說明矩陣無效的原因。
結果摘要 結果摘要 測試矩陣執行作業的整體結果。只有在測試矩陣狀態為 FINISHED 時,才能設定。
結果儲存空間 結果儲存空間 矩陣結果的所在位置。
州/省 TestState 表示測試矩陣的目前進度
「testMatrixId」 字串 服務設定的專屬 ID。

testLab.TestMatrix.clientInfo

叫用測試的用戶端相關資訊。

簽名:

clientInfo: ClientInfo;

testLab.TestMatrix.createTime

這個測試矩陣最初的建立時間 (ISO8601 時間戳記)。

簽名:

createTime: string;

testLab.TestMatrix.InvalidMatrixDetails

適用於「INVALID」僅說明矩陣無效的原因。

簽名:

invalidMatrixDetails?: InvalidMatrixDetails;

testLab.TestMatrix.outcomeSummary

測試矩陣執行作業的整體結果。只有在測試矩陣狀態為 FINISHED 時,才能設定。

簽名:

outcomeSummary?: OutcomeSummary;

testLab.TestMatrix.resultStorage

矩陣結果的所在位置。

簽名:

resultStorage: ResultStorage;

testLab.TestMatrix.state

表示測試矩陣的目前進度

簽名:

state: TestState;

testLab.TestMatrix.testMatrixId

服務設定的專屬 ID。

簽名:

testMatrixId: string;