test(cli): mirror exact server-emitted retry/stop_after_if YAML

Use the real-world YAML shape from the report — a constant retry that also
emits the default exponential block, plus stop_after_if with
skip_if_stopped: true and error_message: null.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-06-15 14:00:08 +00:00
parent 8b9c2a52c2
commit db3b68c515
@@ -15,13 +15,14 @@ value:
language: deno
retry:
constant:
attempts: 2
seconds: 5
attempts: 1
seconds: 60
exponential:
attempts: 0
multiplier: 1
seconds: 0
random_factor: null
seconds: 0
stop_after_if:
expr: "false"
error_message: null
expr: result == 404
skip_if_stopped: true