ExportTestCaseParams interface
Parameters for test case export operation
column |
Columns needs to be exported |
test |
Test Case IDs to exported |
test |
ID of test plan containing test cases |
test |
ID of test suite containing test cases |
Columns needs to be exported
columnOptions: string[]
Property Value
string[]
Test Case IDs to exported
testCaseIds: number[]
Property Value
number[]
ID of test plan containing test cases
testPlanId: number
Property Value
number
ID of test suite containing test cases
testSuiteId: number
Property Value
number