This project is a testing framework for a React + Vite application for a registration form.
- React + Vite
- Cypress
- Concurrently
- Bootstrap
Follow these steps to get started with the project:
- Clone the repository
git clone https://github.com/ruta-is-coding/registration-form-cypress.git
- Navigate to the project directory in your terminal using VS Code or any other terminal application.
- Install dependencies
npm install
- Start the server and run tests with one script
npm run cypress