search_tests
Search tests by title, path, or tags to get recent execution status and reliability metrics, helping identify tests for a specific feature or area.
Instructions
Search for tests by title, file path, or tags. Returns matching tests with their most recent execution status and reliability metrics. Use this to find tests related to a specific feature or area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period for recent executions | |
| limit | No | Maximum number of tests to return | |
| query | Yes | Search query (case-insensitive substring of the title-path array or the file path). Pass ONE title segment, e.g. "should validate credentials"; a " > "-joined path matches nothing. | |
| status | No | Filter by recent execution status | all |
| projectId | Yes | Project UUID |