testLab.TestMatrix class

TestMatrix 可擷取有關測試運行的詳細資訊。

簽名:

export declare class TestMatrix 

特性

財產修飾符類型描述
客戶資訊客戶資訊有關調用測試的客戶端的資訊。
創建時間細繩最初建立此測試矩陣的時間(ISO8601 時間戳記)。
無效矩陣詳細信息無效矩陣詳情僅適用於「無效」矩陣,描述矩陣無效的原因。
結果總結結果總結測試矩陣運行的整體結果。僅在測試矩陣狀態為 FINISHED 時才設定。
結果存儲結果存儲矩陣結果所在的位置。
狀態測試狀態指示測試矩陣的當前進度
測試矩陣ID細繩由服務設定的唯一 ID。

testLab.TestMatrix.clientInfo

有關調用測試的客戶端的資訊。

簽名:

clientInfo: ClientInfo;

testLab.TestMatrix.createTime

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

簽名:

createTime: string;

testLab.TestMatrix.invalidMatrix詳細信息

僅適用於「無效」矩陣,描述矩陣無效的原因。

簽名:

invalidMatrixDetails?: InvalidMatrixDetails;

testLab.TestMatrix.outcomeSummary

測試矩陣運行的整體結果。僅在測試矩陣狀態為 FINISHED 時才設定。

簽名:

outcomeSummary?: OutcomeSummary;

testLab.TestMatrix.resultStorage

矩陣結果所在的位置。

簽名:

resultStorage: ResultStorage;

testLab.TestMatrix.state

指示測試矩陣的當前進度

簽名:

state: TestState;

testLab.TestMatrix.testMatrixId

由服務設定的唯一 ID。

簽名:

testMatrixId: string;