You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One issue with Bruno my team has flagged is that the runner results don't show the response times for each request. It would be nice if the summary page showed the response times. Our QA team likes to look and see that performance looks approximately right when they run tests, and in Bruno you have to click into each request.
I've been able to work somewhat around this by having a test where the name contains the response time, but I can imagine that might screw up tools that are tracking which tests succeed/fail over time.
I suppose I could also make a test that fails if response time is above a certain threshold, but I still think it would be nice to be able to look at it from a glance on the summary page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
One issue with Bruno my team has flagged is that the runner results don't show the response times for each request. It would be nice if the summary page showed the response times. Our QA team likes to look and see that performance looks approximately right when they run tests, and in Bruno you have to click into each request.
I've been able to work somewhat around this by having a test where the name contains the response time, but I can imagine that might screw up tools that are tracking which tests succeed/fail over time.
I suppose I could also make a test that fails if response time is above a certain threshold, but I still think it would be nice to be able to look at it from a glance on the summary page.
Beta Was this translation helpful? Give feedback.
All reactions