/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Hurl: Run and test HTTP requests with plain text
(github.com)
460 points
flykespice
| 2 comments |
20 Jun 25 03:55 UTC
|
HN request time: 0.425s
|
source
Show context
laerus
◴[
20 Jun 25 04:48 UTC
]
No.
44324825
[source]
▶
>>44324592 (OP)
#
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
◴[
20 Jun 25 05:04 UTC
]
No.
44324885
[source]
▶
>>44324825
#
Is this
https://insta.rs/
? What are the benefits you've found with snapshot testing?
replies(1):
>>44325243
#
ID:
GO
2.
laerus
◴[
20 Jun 25 06:33 UTC
]
No.
44325243
[source]
▶
>>44324885 (TP)
#
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.
↑