Swagger API changes - 21.04
Test management
• POST /api/v3/trackers/{testRunTrackerId}/testruns - This endpoint only supports a single type input which means that only test cases or a single test run can be provided. Therefore two new error messages will appear:
◦ HTTP 400 - Only one test set is accepted. For multiple test sets please use trackers/{testRunTrackerId}/testruns/generatefromtestset endpoint..
◦ HTTP 400 - Test Cases and Test Sets cannot be mixed. Please use separate request for them..
◦ As it is mentioned there is a new POST /api/v3/trackers/{testRunTrackerId}/testruns/generatefromtestset endpoint for test run generation from multiple test sets.
◦ If a Formal test run is being created, the not "Accepted" test cases are rejected while using any tracker item creational endpoint.