bulk_link_automated_tests
Link up to 500 manual test cases to automated Playwright tests in a single call, with per-item success checks so one failure doesn't break the batch.
Instructions
Link up to 500 manual case ↔ automated test pairs in one call. Requires write permission and the automation_linking plan feature. Returns per-item results ({ manualTestCaseId, fullTitle, success, error?, link? }) — one bad row never fails the batch, so ALWAYS check each item's success. manualTestCaseId is the case internal id (tcm_tc…), not the TC-123 key. Take pwTestId + fullTitle for every row from list_automated_tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | Pairs to link (1–500). | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. |