jade.run_tests
Rerun failing tests, a test file, or changed files' tests, and wait for pass/fail to identify the first failure.
Instructions
Rerun a failing test, a test file, or changed files' tests; waits for pass/fail and the first failure. Full suite: check kind tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Test file to run, for scope=file (Go: its package). With scope=test, limits the name filter to this file. | |
| test | No | Test name, for scope=test: exact in Go, the runner's name filter elsewhere (jest/vitest -t, ava --match, pytest -k, cargo test <name>). | |
| wait | No | Wait for the result (default true). False returns a job ID to poll. | |
| scope | No | all (default), file, test or changed. | |
| timeoutSeconds | No | Bound on the wait (default 90, max 300). |