Hi everyone. I have a doubt in code coverage for cypress.
i instrumented my application with nyc.
I can see files under window.__coverage__ in the browser where my application is running and i can see undefined under window.__coverage__ in the Cypress automated browser when i run any test case.