Next.js Discord

Discord Forum

Has any one implemented Cypress e2e code coverage with Next 14

Unanswered
Jersey Wooly posted this in #help-forum
Open in Discord
Jersey WoolyOP
Hi guys,

I am struggling to find a solution for cypress e2e code coverage. It gives me an error saying

Could not find any coverage information in your application by looking at the window coverage object.

3 Replies

Tonkinese
Hey, I had a similar problem and this helped: https://github.com/cypress-io/cypress/issues/18164
Jersey WoolyOP
Thanks what did you add to make it work.
env: {
development: {
plugins: ['istanbul'],
},
},