ExportTestCaseParams interface
Parameters for test case export operation
Properties
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 |
Property Details
columnOptions
Columns needs to be exported
columnOptions: string[]
Property Value
string[]
testCaseIds
Test Case IDs to exported
testCaseIds: number[]
Property Value
number[]
testPlanId
ID of test plan containing test cases
testPlanId: number
Property Value
number
testSuiteId
ID of test suite containing test cases
testSuiteId: number
Property Value
number