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
you need to click on the timeline to see details of cy.api('/two'). this works well, but it’s questionable whether you want to see details of cy.api('/one') as well. The UI is is little bit awkward here.
because of this, I’m wondering if it makes sense to just show a single request at all times. whatever you click on, you will see in UI.
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
-
Currently, if your test looks like this:
you will see both your api calls in the UI view. this means you can scroll and view each of your requests. If you have multiple tests like this:
you need to click on the timeline to see details of
cy.api('/two')
. this works well, but it’s questionable whether you want to see details ofcy.api('/one')
as well. The UI is is little bit awkward here.because of this, I’m wondering if it makes sense to just show a single request at all times. whatever you click on, you will see in UI.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions