Generalize testplan_create_test_suite: Support all Azure DevOps test suite types (static, dynamic, requirement-based) #1266
asulyi
started this conversation in
Backlog of Suggestions
Replies: 1 comment
-
|
Duplicate of #1268 1268 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Support All Azure DevOps Test Suite Types
Currently, the
testplan_create_test_suitetool only supports creating static test suites (TestSuiteType = staticTestSuite). This means only the most basic suite type can be created with the tool—users who want to create other suite types must use the Azure DevOps REST API directly.Background
Azure DevOps supports several test suite types:
Enhancement Proposal
testplan_create_test_suite.This generalization will enable users to automate all test suite types, improve feature coverage, and reduce friction caused by tool limitations.
Beta Was this translation helpful? Give feedback.
All reactions