### What would you like? The next12 example from Mike Plummer is nice, but needs to be updated for next13 https://github.com/mike-plummer/nextjs-cypress-ct-example/blob/9110384cc8a2fad869104ffb0c75b92990fb3e5b/cypress/support/component.js#L37 We need a way to make `useRouter()` work in a component test with next 13+. This lib may be promising, https://www.npmjs.com/package/next-router-mock but they do not have support for next13+ yet https://github.com/scottrippey/next-router-mock/pull/103. I have a spot next13 example this need can be reproduced at. https://github.com/muratkeremozcan/next-app-mosh/blob/b7fbcc5694ebd40fd8145b683f3c7de3fa1549b8/app/users/new/pageNewUserPage.cy.tsx#L4 ### Why is this needed? Because we need docs and recipes to use Cypress features with the new tech. ### Other _No response_