haops_list_tests
Retrieve test records with metadata from a project, filtered by type, runner, suite, or linked entity.
Instructions
List tests in a project with optional filters. Returns test records with metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by test type (optional) | |
| limit | No | Max results (default 50) | |
| runner | No | Filter by test runner (optional) | |
| suiteId | No | Filter by test suite UUID (optional) | |
| entityId | No | Filter by linked entity UUID (optional) | |
| entityType | No | Filter by linked entity type (optional) | |
| projectSlug | Yes | The project slug (URL identifier) |