get_test_output
Retrieve test execution output, logs, exit code, duration, and pass/fail counts to inspect and debug previous runs.
Instructions
Retrieve test execution output and logs from a previous test run.
Args: run_id: Specific test run identifier (empty string defaults to most recent run). full: If True, returns full untruncated stdout and stderr (default: False).
Returns: JSON string containing logs, exit code, duration, and pass/fail counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| run_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |