Repoduction of the code that causes the Your tests are loading...
issue for me.
I used npm init vue@latest
to setup the Vue 3 project and used the Vue Quick start of Cypress to setup Cypress
Issue happens when I had either a plugin (BasicSsl) or add server options to the vite.config.js
file.
Tried to add viteConfig
to the cypress.config.js
file but did not solve the issue.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint