lupa_list_test_files
List test files resolved by Lupa configuration without executing tests or launching Vite/Playwright. Filter by file, suite, tag, or path queries.
Instructions
List test files resolved by Lupa config without running tests or starting Vite/Playwright.
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 | |
| searchFiles | No | Filter files by path queries (supports multiple queries with OR logic) |