Hacker News new | ask | show | jobs
by midasz 828 days ago
For me a big usecase is the ability to save specific requests and categorize / name them. It's a good way to document test data. If someone creates a feature which I want to test or debug I'd have to dig into the database to find which parameters I'd need to use, or I just find the right request in the tool.
1 comments

Isn't that what integration tests are for? I really don't understand why we'd use a 3rd party system that's not part of a CI to test an API.