Please make this the industry standard for testing APIs. I'm tired of having to look at Postman screenshots sent from QA. I'm tired of having to wait for them to press Send once I've implemented a fix. I know they're tired of waiting for me to do that, too. Hurl is something both the devs and QA can speak and write. It can be automated and a part of CI. It makes communicating expectations straightforward. It can be c…
Hurl 4.0.0
11–20 of 104 posts
Re: Hurl 4.0.0
#12Please make this the industry standard for testing APIs. I'm tired of having to look at Postman screenshots sent from QA. I'm tired of having to wait for them to press Send once I've implemented a fix. I know they're tired of waiting for me to do that, too. Hurl is something both the devs and QA can speak and write. It can be automated and a part of CI. It makes communicating expectations straightforward. It can be c…
But really Hurl looks really interesting, being editor agnostic is the best solution for your problem, I agree.
Re: Hurl 4.0.0
#13I learned today that Visual Studio 2022 has support for something similar with .http files: https://learn.microsoft.com/en-us/aspnet/core/test/http-file... . Hurl seem to have way more features.
Re: Hurl 4.0.0
#14Please make this the industry standard for testing APIs. I'm tired of having to look at Postman screenshots sent from QA. I'm tired of having to wait for them to press Send once I've implemented a fix. I know they're tired of waiting for me to do that, too. Hurl is something both the devs and QA can speak and write. It can be automated and a part of CI. It makes communicating expectations straightforward. It can be c…
Re: Hurl 4.0.0
#15Pretty similar with JS scripting capabilities. Has great VS Code integration in addition to its CLI.
Re: Hurl 4.0.0
#16One question if someone knows: while testing an endpoint, authentication is always needed.
Having written the authentication in 1 file, how can I import this file at the beginning of every other file that requires authentication and the associated token?
Re: Hurl 4.0.0
#17Has anyone done anything like this as, say, a Github Action, in a workflow? I see that there is this https://github.com/marketplace/actions/install-hurl-cross-pl... but I'm not sure how it would look in such a use case- a "performance test" stage perhaps? with logging over time to some other service?
Re: Hurl 4.0.0
#18[1] https://heiioncall.com/blog/enhanced-api-monitoring-with-exp...
Re: Hurl 4.0.0
#19I really would recommend this tool. Nice thing is even analyst and business users can build these tests as it is fairly easy to pickup.
Re: Hurl 4.0.0
#20Really cool tool built with curl. Certainly could replace a bash script or two with something more robust.