This projects intends to show how to develop components using vite vue3 and ...
package.json
for installing cypress dependencies and setting up scriptscypress.json
where we tell cypress where test files are and what they look likecypress/plugins/index.js
to launch the vite dev server with cypresscypress/support/index.js
to load testing library commands, very useful to have meaningful tests