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
First this needs to be investigated, to see whether from the log that is generated by the command we would have access to the necessary information. In general I would have expected that underneath it uses cy.request, however it doesn't seem to be the case, since if it was it would log that as well.
Using cy.request():
I can see cy:request logs on terminal:
But if I use cypress API plugin (very useful for debug):
I see the request has a cy:command:
Would it be possible to see them has a request for having the response status and body on logs?
Many thanks in advance :)
The text was updated successfully, but these errors were encountered: