alexandrehtrb / Pororoca

An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
https://pororoca.io
Other
500 stars 38 forks source link

Re-run response captures reusing the current response #52

Closed alexandrehtrb closed 11 months ago

alexandrehtrb commented 1 year ago

We can add a button to re-run response captures, such that users don't need to send a request again to capture the variables.

Nishith-Savla commented 1 year ago

Can you please explain this in a bit more detail? I would like to contribute to it.

alexandrehtrb commented 1 year ago

Can you please explain this in a bit more detail? I would like to contribute to it.

Imagine a button like the yellow drawing in the picture below. When the user clicks on it, the response captures would be executed again, without sending a new request, but reusing the same response, if already exists one. This is useful in case the user made a mistake defining the capture. For example, in the picture, the user wanted to capture "title", but instead typed "author":

image

alexandrehtrb commented 1 year ago

@Nishith-Savla , would you like to be assigned for this issue?

Nishith-Savla commented 1 year ago

Give me some time. I am busy with something else currently.

alexandrehtrb commented 11 months ago

Solved, will be included in the next release