You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is this plugin's version? If this is NOT the latest released version, can you try the latest version, please? 3.12.39 (latest)
If the plugin worked before in version X but stopped after upgrading to version Y, please try the released versions between X and Y to see where the breaking change was.
When running tests, if you open the web application in a regular browser and open DevTools, do you see window.__coverage__ object? Can you paste a screenshot? yes (screenshot above)
Is there a .nyc_output folder? Is there a .nyc_output/out.json file? Is it empty? Can you paste at least part of it so we can see the keys and file paths? yes, but empty
Do you have any custom NYC settings in package.json (nyc object) or in other NYC config files? no
Do you run Cypress tests in a Docker container? no
Describe the bug
When launching E2E tests using Cypress with a nuxt 3 stack, I run into the following problem:
The window.__coverage__ object is preset (see screenshot), but Cypress does not manage to find it
Logs and screenshots
Versions
3.12.39
(latest)13.10.0
MacOS
OMZ
22.2.0
10.7.0
Using vite-plugin-istanbul
window.__coverage__
object? Can you paste a screenshot?yes
(screenshot above).nyc_output
folder? Is there a.nyc_output/out.json
file? Is it empty? Can you paste at least part of it so we can see the keys and file paths?yes, but empty
package.json
(nyc
object) or in other NYC config files?no
no
Describe the bug
When launching E2E tests using Cypress with a nuxt 3 stack, I run into the following problem:
window.__coverage__
object is preset (see screenshot), but Cypress does not manage to find itLink to the repo
Repro repo
The text was updated successfully, but these errors were encountered: