ExportTestCaseParams interface

Parameters for test case export operation

Properties

columnOptions

Columns needs to be exported

testCaseIds

Test Case IDs to exported

testPlanId

ID of test plan containing test cases

testSuiteId

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