trim_trace_archive
Reduce Playwright trace zip size by removing screenshots outside the critical failure window, returning original vs trimmed size and the new archive path.
Instructions
Shrinks a Playwright trace zip file by deleting screenshots outside the critical failure window (t_fail - 5s to t_fail + 1s). Returns original vs trimmed size and path to the new archive (.trimmed.zip).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Absolute path to trace.zip, or a URL (https://) to download it from | |
| divergence_only | No | If true, removes screenshots outside the critical failure window. If false, leaves them intact. |