lupa_list_tests
List all test files, suites, and tests without executing them. Filter results by file name, suite, tag, or test title.
Instructions
List all available test files, suites, and tests without running them. Optionally filter the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configPath | Yes | Absolute path to the lupa.config.ts file in the target project | |
| files | No | Filter tests by file name | |
| suites | No | Filter tests by suite/group name | |
| tags | No | Filter tests by tag | |
| searchTests | No | Filter tests by test title (supports multiple queries with OR logic) |