This repository contains simple showcase of component testing using Cypress.
- Cypress
- React v18
- Node v20.11.1
- shadcn/ui components library
- To use the specific Node.js version within a project using nvm:
nvm use
- Install dependencies
npm install
- Run component tests
npm run test-ct
npm run dev