run_until_pass
Run a test repeatedly with automatic fixes on each failure until it passes or max attempts reached.
Instructions
Run a test repeatedly, applying automatic fixes on each failure, until it passes or max attempts is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Test file name (with or without .spec.ts) | |
| max_attempts | No | Max run+fix iterations (default: 3, max: 5) |