thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.64k stars 130 forks source link

Ability to export Responses from a collection run #1380

Closed cmdull closed 1 year ago

cmdull commented 1 year ago

Please describe feature/problem details and the solution you'd like. Ability to save or export all responses generated from a collection run. These can currently be saved one by one, but having the ability to bulk save all of the responses would be very helpful.

Describe alternatives you've considered Saving responses one by one

Are you using the free version/paid version/trial: Currently using free version as an evaluation, but will be considering upgrading to business or enterprise.

rangav commented 1 year ago

Hi @cmdull Thanks for the feedback.

If you export to HTML report, the responses are included.

What format do you want for responses?

cmdull commented 1 year ago

Thanks for your reply. I see now that the responses are in the html output. I could write something to extract those responses into some other external output. One of the items I do is compare, in a regression testing fashion, if responses have changed from run to run. We typically load these into a tool like Beyond Compare for easy diff'ing. I suppose, the html could be used for the purposes of the diff's.

rangav commented 1 year ago

Ok good, I am closing this issue then. Let me know if you have any further questions.