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
As I started to dig into the different use cases that the tool allows, I tried out the --interactive mode. It occurred to me that it would be really handy if, during a sequence of requests, it informed me what the next request /would/ be, if I were to hit C.
I don't believe this change in output could possibly break anyone's existing workflows, as the nature of the tool is that it's driven by machines and only /humans/ will drop into interactive mode. No-one should be mechanising the parsing of the output of --interactive mode!
The text was updated successfully, but these errors were encountered:
Hi, good idea, indeed with this you could run an Hurl file in interactive mode and see what's coming, without opening the file. The interactive mode is very "raw" now but we keep the idea for the next version.
fabricereix
changed the title
[Feature] --interactive mode should tell the user what the next request would be if "Continue" were selected
Add next request in interractive mode
Feb 10, 2022
fabricereix
changed the title
Add next request in interractive mode
Add next request in interactive mode
Feb 10, 2022
Hey there👋 Loving hurl!
As I started to dig into the different use cases that the tool allows, I tried out the
--interactive
mode. It occurred to me that it would be really handy if, during a sequence of requests, it informed me what the next request /would/ be, if I were to hitC
.I don't believe this change in output could possibly break anyone's existing workflows, as the nature of the tool is that it's driven by machines and only /humans/ will drop into interactive mode. No-one should be mechanising the parsing of the output of
--interactive
mode!The text was updated successfully, but these errors were encountered: