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

Http repeater improvement proposal: aggregated response summary on GUI #113

Closed marcob79 closed 3 months ago

marcob79 commented 3 months ago

I have an improvement proposal for Pororoca GUI regarding HTTP requests function. Supposing to send, 5000 requests, on top of the current information you can get from GUI or by downloading data, it would be nice to understand if all my requests were successful or.... I was thinking something like 2xx response: 4995 3xx response: 0 4xx response: 2 5xx response: 3

alexandrehtrb commented 3 months ago

Hello,

After running the repeater, you can click on Export report... and get a CSV file, that can be opened on Excel or in a text editor for counting (excel example) Or are you looking for showing in the GUI? Like showing: Results - 97% successful

marcob79 commented 3 months ago

Hi, yes, I know the export report function and it is nice. However IMHO, it would be nice to have the possibility to have an execution summary directly on the GUI when the repeater execution ends. Even raw number(s), not necessarily percentage in order to have immediately the feeling if everything was good, or something need to be checked

alexandrehtrb commented 3 months ago

@marcob79 , what do you think?

image

marcob79 commented 3 months ago

Nice idea

alexandrehtrb commented 3 months ago

Solved with release 3.4.2