shrinidhimayya
shrinidhimayya
Not able to generate proper coverage info for cypress component tests. It says **"Could not find any coverage information in your application by looking at the window coverage object. Did...
@ShellyDCMS its svelte framework and webpack bundler cypress version : 13.10.0. looking for component tests example using svelte
@ShellyDCMS , Thanks for sharing example. I am still getting error when I run component tests : "Could not find any coverage information in your application by looking at the...
> @shrinidhimayya could you please try with plugin file, just to see if it makes a difference? @ShellyDCMS it is expecting to have code coverage tasks inside cypress.config.js inside setupNodeEvents...
> @shrinidhimayya Please note that in the working example link I sent, it is done in the [plugin.ts](https://github.com/ShellyDCMS/cypress-test-utils-examples/blob/main/examples/lit/pokemon-catalog/cypress/plugins/index.ts) AND in the [cypress.config](https://github.com/ShellyDCMS/cypress-test-utils-examples/blob/c0f0869117f78bfb5f12a7fa72f91a6cf2b97850/examples/lit/pokemon-catalog/cypress.config.ts#L22) file. Could you try the same? its the...