lupa_run_tests
Run Lupa tests to identify failures by executing test suites and returning structured JSON results with file, suite, test, or tag filters.
Instructions
Run Lupa tests and return structured JSON results. Use this to identify failing tests.
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 | |
| tests | No | Filter tests by test title |