flutter_get_result
Get full error details for specific test IDs from a previous Flutter test run, with output capped at 24KB to prevent oversized responses.
Instructions
Get full error details for specific test IDs from a previous flutter_test run. Output is capped at 24KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_ids | Yes | Array of test_id values to get full details for | |
| test_run_id | Yes | The test_run_id from a previous flutter_test call |