mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #196] Chain requests. Execute a bunch of requests one by one and produce results #74
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liyasthomas on GitHub (Oct 18, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/196
Is your feature request related to a problem? Please describe.
Nope
Describe the solution you'd like
Under request section an "add new request" button.
This will create another request section with defaults or inherits last request's setup.
"Send" button on each request section as well as there's a "send all" button.
Sending requests will executes requests top to botton (0 to n)
Results will be a table of all results
Describe alternatives you've considered
Sending each requests one by one.
Additional context
An option to display results next to corresponding request will be awesome.
@anthonkendel commented on GitHub (Oct 23, 2019):
Hey, 😄 I would be interested in helping out. Is this anything that you looked into @liyasthomas ?
I checked out the source code but it seems like the current implementation only keeps track of one request at a time. Correct me if I am wrong.
@liyasthomas commented on GitHub (Oct 23, 2019):
@anthonkendel currently only one request can be sent at a time. This feature is a very helpful one and it would be great if you could help us pull this off!
@NBTX commented on GitHub (Oct 25, 2019):
I'd like to propose extending #139 to include this.
We could make some sort of 'timeline' or 'step by step' view, where requests can be executed one by one and optionally some script could be inserted between requests to set data for the next request.
@NBTX commented on GitHub (Oct 25, 2019):
Please refer to #218.