Hi everyone. i instrumented my application with nyc.
1) I can see few files under window.coverage in the browser where my application is running
2) At the same time, i can see undefined under window.coverage in the Cypress automated browser when i run any test case.
I can see window.coverage gives the list of files that are instrumented in the Cypress automated browser in the examples provided by cypress (screenshots)
But I can see the coverage lines for the files mentioned in point (1).
Is the point(1) enough?