A simple playground to write your first component tests in Vue
This is a repository demo for the video courses "Scrivere E2E test con Cypress" (italian)
npm run dev
• Run Cypress UI and select "Component Testing"
npm run e2e
Write your components and your tests in src/components/*
Fix TypeScript and build errors