testneo_find_test_cases
List web test cases in a project by searching names and descriptions. Returns IDs for running test pipelines.
Instructions
List web test cases in a project using the backend text search (?search= on GET /api/web/v1/test-cases/). Matches name/description per API rules. Read-only — use returned id + name with testneo_run_generated_test_pipeline (test_case_id) or pass project_id + name_query to run by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| search | Yes | ||
| limit | No | ||
| skip | No |