https://cypress.io logo
I'm using Next.js and have just setup cypress this...
# e2e-testing
s
I'm using Next.js and have just setup cypress this week. I've got a couple full flows working, but now I'm wondering if there's a way to mock
getServerSideProps
? I found a guide, https://glebbahmutov.com/blog/mock-network-from-server/, but it seems to be outdated and not encouraged.