What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
replies(3):
TIL! The way I knew to do it was to have a mock implementation that behaved like the real thing, expect for data/time/uuids/..., where there was just a placeholder. Snapshot tests being able to "mask" those non-deterministic parts sounds cool!