Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 623 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 623 Bytes

calc-vite

CircleCI

This projects intends to show how to develop components using vite vue3 and ...

Cypress component testing

Interresting files to look at for setup

  • package.json for installing cypress dependencies and setting up scripts
  • cypress.json where we tell cypress where test files are and what they look like
  • cypress/plugins/index.js to launch the vite dev server with cypress
  • cypress/support/index.js to load testing library commands, very useful to have meaningful tests