Hi all, currently we manually create all of our test plans. We use the selection filters to make sure the correct test cases end up in each run within the plan.
I’m trying to use the API to do this automatically, but it seems like your only options for including cases within a suite in a plan is to either include all test cases, or give an explicit list of test cases to include. Neither of these solutions works for our needs, because we include thousands of test cases, and the list changes relatively frequently. These changes are captured automatically by the selection filters though. So if it was possible to use the selection filters with the API, it would work fine.
Is there any way to do this right now?