search-ci-tests
Search CI test events (unit tests, integration tests) with query filtering. Specify time range, query, and sort order to retrieve relevant test results.
Instructions
Search CI test events (unit tests, integration tests) with query filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | CI test search query. Example: @test.service:my-app @test.status:fail | * |
| from | Yes | Start time (ISO 8601 or relative). Example: now-24h | |
| to | Yes | End time (ISO 8601 or relative). Example: now | |
| limit | No | Max results (default 50, max 1000) | |
| sort | No | Sort order | -timestamp |