ShellyDCMS

Results 9 comments of ShellyDCMS

I also experienced the same problem. updating node version fixed it. @cosimogaloi , what node version (node -v) are you using? It should be 18 or greater.

@SystemParadox , Did you manage to collect coverage for Angular Cypress component tests? If so, could you share your repo?

@bindea-mihai , you rock!!! Thanks, man.

@jerkovicl , the e2e tutorial didn't work for me as well at first, but then I took a look at the[ example repo](https://github.com/LukasKlement/angular-cypress-coverage-tutorial) (which has minor differences) and it worked.

@shrinidhimayya I have examples for [React](https://github.com/ShellyDCMS/cypress-test-utils-examples/tree/main/examples/react/pokemon-catalog), [Angular ](https://github.com/ShellyDCMS/cypress-test-utils-examples/tree/main/examples/angular/pokemon-catalog)and [Lit ](https://github.com/ShellyDCMS/cypress-test-utils-examples/tree/main/examples/lit/pokemon-catalog)component tests coverage. Which framework are you using?

the [Lit ](https://github.com/ShellyDCMS/cypress-test-utils-examples/tree/main/examples/lit/pokemon-catalog) example uses svelte cypress configuration, maybe it can be of use to you. https://github.com/ShellyDCMS/cypress-test-utils-examples/blob/c0f0869117f78bfb5f12a7fa72f91a6cf2b97850/examples/lit/pokemon-catalog/cypress.config.ts#L19

@shrinidhimayya could you please try with plugin file, just to see if it makes a difference?

@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?