ExportTestCaseParams interface
測試案例匯出作業的參數
屬性
| column |
需要匯出資料行 |
| test |
要導出的測試案例標識碼 |
| test |
包含測試案例的測試計劃標識碼 |
| test |
包含測試案例的測試套件識別碼 |
屬性詳細資料
columnOptions
需要匯出資料行
columnOptions: string[]
屬性值
string[]
testCaseIds
要導出的測試案例標識碼
testCaseIds: number[]
屬性值
number[]
testPlanId
包含測試案例的測試計劃標識碼
testPlanId: number
屬性值
number
testSuiteId
包含測試案例的測試套件識別碼
testSuiteId: number
屬性值
number