next-and-cypress-example
                                
                                
                                
                                    next-and-cypress-example copied to clipboard
                            
                            
                            
                        Next.js example instrumented for code coverage from Cypress tests
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bahmutov/next-and-cypress-example). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react)) | [`16.14.0` -> `19.1.0`](https://renovatebot.com/diffs/npm/react/16.14.0/19.1.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`9.5.5` -> `15.3.4`](https://renovatebot.com/diffs/npm/next/9.5.5/15.3.4) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-plugin-istanbul](https://togithub.com/istanbuljs/babel-plugin-istanbul) | [`5.2.0` -> `6.1.1`](https://renovatebot.com/diffs/npm/babel-plugin-istanbul/5.2.0/6.1.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cypress](https://circleci.com/developer/orbs/orb/cypress-io/cypress) ([source](https://togithub.com/cypress-io/circleci-orb)) | orb | major | `1.29.0` -> `2.2.0` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cypress/code-coverage](https://togithub.com/cypress-io/code-coverage) | [`3.9.12` -> `3.10.0`](https://renovatebot.com/diffs/npm/@cypress%2fcode-coverage/3.9.12/3.10.0) | [](https://docs.renovatebot.com/merge-confidence/)...
Hey there Gleb, Thanks for all of your work! Thought maybe you could help: it seems when running cypress open-ct, static files are not served even when setting "fileServerFolder": "public"...
All examples for coverage I could find use babel for code instrumentation. Now with nextjs 12 moving away from babel what would be a good approach to get code coverage...
Is it possible to mock / stub requests sent from `getInitialProps` or `getServerSideProps`? I've tried using `cy.route` and `cy.route2` but I don't think it works since it's expecting to mock...
Hey there @bahmutov and team, I've been writing up an internal recipe on how to install Cypress for a Next.js app, along with code coverage, CircleCI and all goodies to...