debug_test_case
Re-run a failed test case in headed mode to capture verbose evidence, revealing the exact failing step, repair attempts, per-step screenshots, and a plain-English explanation with next actions.
Instructions
Re-run a failed test case in headed mode with verbose evidence capture.
Shows the exact step that failed, repair attempt results, per-step screenshots, and a plain-English "why this failed" explanation with concrete next actions.
Args: run_id: The run_id containing the failure case_id: The case_id of the specific failure to debug
Returns: dict with case_id, run_id, status, screenshots, console_log, repro_steps, step_failure_index, replay_mode, assertion_failures, why_failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| case_id | Yes |