←back to thread

460 points flykespice | 2 comments | | HN request time: 0.425s | source
Show context
laerus ◴[] No.44324825[source]
What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
replies(3): >>44324885 #>>44325117 #>>44325279 #
1. porker ◴[] No.44324885[source]
Is this https://insta.rs/? What are the benefits you've found with snapshot testing?
replies(1): >>44325243 #
2. laerus ◴[] No.44325243[source]
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.