This projects intends to show how to develop components using vite vue3 and ...
- package.jsonfor installing cypress dependencies and setting up scripts
- cypress.jsonwhere we tell cypress where test files are and what they look like
- cypress/plugins/index.jsto launch the vite dev server with cypress
- cypress/support/index.jsto load testing library commands, very useful to have meaningful tests