TestPlanWithTestCasesCreateParams interface
Parameters for creating a test plan with test cases.
Properties
| area |
Area path for the test plan. |
| feature |
Feature work item ID associated with the test plan. |
| test |
List of test case data. |
| test |
Description of the test plan. |
| test |
Name of the test plan. |
Property Details
areaPath
Area path for the test plan.
areaPath: string
Property Value
string
featureWorkItemId
Feature work item ID associated with the test plan.
featureWorkItemId: number
Property Value
number
testCaseData
testPlanDescription
Description of the test plan.
testPlanDescription: string
Property Value
string
testPlanName
Name of the test plan.
testPlanName: string
Property Value
string