/cypress-component-testing-vue

Playground to write Component Tests in Vue and Cypress

Primary LanguageTypeScript

Component Testing in Cypress - Vue Playground

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)

Run Vue Project

npm run dev

Run Cypress

• Run Cypress UI and select "Component Testing"

npm run e2e

How to write a test

Write your components and your tests in src/components/*

TODO

Fix TypeScript and build errors