Only components tests are instrumented, not e2e tests
Opened this issue · 2 comments
ogous commented
Hey, tried your solutions, worked fine for components tests. But when I would like to try for e2e after runing dev server npm run dev e2e test is not instrumented so there is no window.coverage object and cypress warns about it.
Am I missing something?
This repo is using Opire - what does it mean? 👇
💸Everyone can add rewards for this issue commenting
/reward 100 (replace 100 with the amount)💪 If someone starts working on this issue to earn the rewards, they can comment
/try to let everyone know!🙌 And when they open the PR, they can comment
/claim #2 either in the PR description or in a PR's comment👀 Also, everyone can tip any user commenting
/tip 20 @ogous (replace 20 with the amount, and @ogous with the user to tip)If you want to learn more, go to our documentation
filipe-jsales commented
DmitryOlkhovoi commented
Yeah guys. To do that we again have the same problem - we need to instrument the npm run dev.
In her article she runs server and then component tests lol.
Where components are imported in Cypress test cases and with babel. So coverage works. But when you run server without babel it doesn't work.
