DEV Community

Discussion on: Code Coverage With Cypress & Angular

Collapse
 
chrismurphy profile image
Chris Murphy • Edited

I have followed every step exactly as far as I can tell, however when Cypress is open the coverage step is saying I don't have code instrumented. I have the ngx build plus config in the serve of my application and I'm pointing to the custom webpack coverage file. The only difference being my application is in a projects folder so have changed "src" to "projects/my-application/src". I have redone everything several times. The nyc and coverage folder are being created. Any ideas on what else I can try please?