Closed matthewturner closed 2 months ago
Hi, I'm new to httpyac (amazing tool by the way).
Is there a way to tag requests and selectively those requests?
ie
# @tag smoke GET www.google.com ?? status == 200
And run them with this:
httpyac send --tag=smoke
added with #693
use this cli call
httpyac send **/*.http --tag=smoke
The call means, however, that I have to parse all http files to recognize whether this tag is present.
Ah that's amazing, thanks!
Hi, I'm new to httpyac (amazing tool by the way).
Is there a way to tag requests and selectively those requests?
ie
And run them with this:
httpyac send --tag=smoke