How to retrieve all requests and its responses after cy.visit #20218
Unanswered
mantaslaikunas
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, straight to the point.
I want to make
cy.visit(myWebsite)
, then my website would make like 20 requests and will get 20 responses.And I want to find that specific api call, lets say
/api/something
and I want to get that request response body information.How do I achieve this? I'm trying to use intercept, but I cant seem to do what I want.
Beta Was this translation helpful? Give feedback.
All reactions