Replies: 2 comments 2 replies
-
Hi, I am still new in Cypress, but have you tried this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I managed successfully to do it via Mock Service Worker |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Next.JS app that fetches via Apollo GraphQL server side via the
getServerSideProps
hook.How can I intercept, mock, stub those requests in Cypress?
I have issue running the Cypress GitHub Action because it is failing on all these GraphQL queries happening server side.
Beta Was this translation helpful? Give feedback.
All reactions