list_automated_tests
Find Playwright test identities for a project, filter by title or link status, and retrieve the exact fullTitle needed to link manual test cases.
Instructions
Search the automated (Playwright) test identities recorded for a project — the source of the pwTestId and fullTitle pair that link_automated_test / bulk_link_automated_tests require. ALWAYS take fullTitle from this tool: it is a server-reconstructed join key (" > <describe…> > ") and a hand-built one fails identity validation. Filter with search (title substring), linkStatus ("all" | "linked" | "unlinked") and page with cursor/limit. Each row also reports whether it is already linked to a manual case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 20, max 100). | |
| cursor | No | nextCursor from the previous page. Omit for the first page. | |
| search | No | Substring match on the test title. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| linkStatus | No | Default "all". "unlinked" lists tests no manual case links to yet. |