You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying understand how I can use the --repeat flag of the httpyac CLI.
I've the following simple get.http file:
I run the following httpyac CLI command:
yarn httpyac --repeat 5 --output short --name getA get.http
The result is the following:
It looks like the request is only sent once.
Also when I run the json output
yarn httpyac --repeat 5 --json --name getA get.http
The json result has the following summary information:
It also looks like the request is only sent once.
My question is that what is the proper way to monitor the results of the individual repeated requests?
Beta Was this translation helpful? Give feedback.
All reactions