Hoppscotch: Chain requests. Execute a bunch of requests one by one and produce results

Created on 18 Oct 2019  路  4Comments  路  Source: hoppscotch/hoppscotch

Is your feature request related to a problem? Please describe.
Nope

Describe the solution you'd like

  1. Under request section an "add new request" button.
  1. This will create another request section with defaults or inherits last request's setup.

  2. "Send" button on each request section as well as there's a "send all" button.

  3. Sending requests will executes requests top to botton (0 to n)

  4. 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.

feature good first issue help wanted

All 4 comments

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.

@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!

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.

Please refer to #218.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidyscott picture davidyscott  路  3Comments

andreujuanc picture andreujuanc  路  4Comments

AtomicNicos picture AtomicNicos  路  3Comments

EinSoldiatGott picture EinSoldiatGott  路  3Comments

danilofuchs picture danilofuchs  路  4Comments