link_autotest_to_case
Link an automated test title to a manual test case for coverage tracking, even before the test exists. Future test runs will automatically associate with the case.
Instructions
Link an automated test (by title) to a manual test case for coverage tracking. The autotest does not need to exist yet (pre-linking is allowed). When the test runs, it will automatically link to this case.
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..." |