Has any one implemented Cypress e2e code coverage with Next 14
Unanswered
Jersey Wooly posted this in #help-forum
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.
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'],
},
},
development: {
plugins: ['istanbul'],
},
},