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