Is there a walkthrough? #286
Replies: 2 comments
-
There is currently no dedicated step by step guide. Just start creating a file and test some examples in from Guide and see what happens. You could use some tools like fiddler/ mitmproxy and intercept the request, copy it to a http file and exeute it with httpyac.You could be using this guide for Intellij Http Client. My client is compatible with Intellij Http Client. But I would advise you to read my guide again, as I support a few more simplifications/ features. |
Beta Was this translation helpful? Give feedback.
-
I know that it will work for a simple case (pretty much everything works for a simple case), but we have a reasonably complex scenario (regression testing microservices with hundreds of test cases, manually, ad-hoc, in CI/CD, with strict security requirements, etc). I wrote a utility script that made it a lot easier for us to implement tests in Postman (https://github.com/alekdavis/PostmanUtilities), but after the recent Postman changes (licensing, move to cloud, etc), we are looking for alternatives. If httpYAC works for our use case, we'll need to rewrite a lot of code, but I would not mind, because it may be better in long term. |
Beta Was this translation helpful? Give feedback.
-
I'm looking to migrate our Postman regression test suite to a different platform and really like the idea of Visual Studio Code Rest Client and httpYAC, but since it's a somewhat different paradigm, I'm a bit overwhelmed and am wondering if there is a step-by-step tutorial explaining how to accomplish the common tasks, such as:
I read throught the https://httpyac.github.io/ posts, but am still struggling a bit with the overall picture of how to do things correctly. Is there a resource with some walkthroughs for the typical usage scenario?
Beta Was this translation helpful? Give feedback.
All reactions