lupa_run_tests
Execute Lupa test suites and return structured JSON output pinpointing test failures.
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 |