Skip to content

enero 2026

How can I get the duration of a launch based on allure results data

One-liner using jq

shell
jq -s '[.[] | {start, stop}] | {min_start: map(.start)|min, max_stop: map(.stop)|max} | .duration_ms = (.max_stop - .min_start)' *-result.json