-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Webpack support for Cypress Code Coverage #227
Comments
Hey there, we plan to support it, but I'm not currently able to work on it, as there are other priorities/features I need to check out first, eg. give some time and love to Jest AE We were able to add Vite and code coverage support thanks to a sponsor which allowed my own consulting company (which is in turn a Quasar sponsor) to spend some time working on it If you would like to send a PR to support code coverage for webpack too, I left some docs explaining how to do it, and it should be fairly simple, I can then review the PR quasar-testing/packages/e2e-cypress/src/index.js Lines 43 to 46 in 8a67af7
I know some other dev from the community wants to give it a try, but wasn't able to do so up until now |
@IlCallo Sorry about my late response but I don't have efficient time to check and try your suggestions. |
https://muratkerem.gitbook.io/cctdd/ch30-appendix/combined-code-coverage |
Hi,
I added @quasar/testing-e2e-cypress extension to my Quasar project (Quasar 2 + Vue 3 + Typescript). Cypress execution works well but I need code coverage for my e2e test cases as well. During installation and I saw the following fact among additional options:
enable code coverage (currently only supported using Vite, not Webpack)
My question would be that do you have plans for the future to support Webpack based projects as well?
If not nowadays then could you please recommend a solution for workaround?
Thanks in advance.
Regards,
Gergely
The text was updated successfully, but these errors were encountered: