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
As a developer testing microservices, I should be able to send mockups to my destination as one request per mockup, so that I’m not required to send redundant HTTP requests.
Acceptance criteria
Destination panel has UI element to turn off performance metrics (or to turn off default behavior of sending HTTP request 10 times)
Toggling the preference in the UI does prevent multiple HTTP requests
Performance metrics for single request display as expected
Other possible approach
Since we send multiple mockups to the destination panel, we could calculate the average performance between them, instead of multiple requests per mockup.
The text was updated successfully, but these errors were encountered:
User story
As a developer testing microservices, I should be able to send mockups to my destination as one request per mockup, so that I’m not required to send redundant HTTP requests.
Acceptance criteria
Other possible approach
Since we send multiple mockups to the destination panel, we could calculate the average performance between them, instead of multiple requests per mockup.
The text was updated successfully, but these errors were encountered: