Skip to content

Simple showcase of Cypress component testing using React

Notifications You must be signed in to change notification settings

juannavalonribas/cypress-component-testing

Repository files navigation

🌲 Cypress component testing project

🧙‍♂️ Greetings

This repository contains simple showcase of component testing using Cypress.

⚙️ Tech stack

  • Cypress
  • React v18
  • Node v20.11.1
  • shadcn/ui components library

🧪 Run tests

  1. To use the specific Node.js version within a project using nvm:
nvm use 
  1. Install dependencies
npm install
  1. Run component tests
npm run test-ct

⚡️ Start project

npm run dev