https://cypress.io logo
Cypress + Vite : how to prevent reloading (due to ...
# i-need-help
b
When I'm running Cypress component test, sometimes i'm facing this :
Copy code
17:34:59 [vite] ✨ new dependencies optimized: vuetify/components, vuetify/lib/components/VAppBar/index.mjs, vuetify/lib/components/VDivider/index.mjs, vuetify/lib/components/VToolbar/index.mjs, @vueuse/core
17:34:59 [vite] ✨ optimized dependencies changed. reloading

  1) An uncaught error was detected outside of a test
And the test fails... If I relaunch tests a second time, everything is okay. Anything I can do to prevent this ? Thanks !
anyone ?
last try 🙂 thanks
2 Views