Ignoring requests with intercept
(cypress 6.0)
#9353
Unanswered
alvaromartmart
asked this question in
Questions and Help
Replies: 1 comment
-
I see someone already created an issue: #9358 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before updating to v6.0 I used the following code to ignore requests to a certain endpoint in order to reduce logging during test runs
As of v 6.0
cy.server
is deprecated and I'm not sure how to achieve this usingcy.intercept
Any tips?
Beta Was this translation helpful? Give feedback.
All reactions