link_autotest_to_case
Link an automated test title to a manual test case for coverage tracking, allowing pre-linking before the test is created. History is not backfilled.
Instructions
Link an automated test, by title, to a manual test case for coverage tracking. The autotest does not need to exist yet, so pre-linking is allowed. IMPORTANT: the link applies going FORWARD only and no past results are backfilled, so a test with a long history still shows an empty includeRecentExecutions on get_test_case until it next reports. The returned testExists and wasCreated describe whether a test of that title has been seen and whether the link row was new, NOT whether any history was attached. Use get_test_history to read the results that already exist for that title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | Numeric test case ID to link to | |
| testTitle | Yes | The test title to link, e.g., "should validate credentials" or "[E-SO-16] should allow editing..." |