thunderclient / thunder-client-support

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

Consolidate iterations in reports to one table structure. #1412

Closed aj-scram closed 8 months ago

aj-scram commented 10 months ago

Please describe feature/problem details and the solution you'd like.

When doing performance profiling, or similar tasks, it's necessary to run the same set of requests multiple times, but the structure of the reports makes analyzing the results more difficult than they should be.

Please include iteration as its own column in generated reports, instead of a header, so entire result set can easily be consumed as table and analyzed via tools like Excel.

Instead of:

Iteration #n
Method Name Url Status Time Passed Total Result

What I actually need is:

Method Name Url Status Time Passed Total Result Iteration

Describe alternatives you've considered

I'm manually transforming the data in excel or using excel formula. I'm considering forgoing the report feature and parsing the output myself to a CSV

Are you using the free version/paid version/trial: Paid

rangav commented 10 months ago

@aj-scram Thanks for the feedback. Will update the report in the next release.

rangav commented 8 months ago

This feature is implemented and published to the marketplace, please update to v2.17.0

See all features in this update https://github.com/rangav/thunder-client-support/releases/tag/v2.17.0

Please test and let me know your feedback.