/e2e-testing-with-Cypress

End-to-End testing with Cypress tutorial app.

Primary LanguageJavaScript

e2e-testing-with-Cypress

End-to-End testing with Cypress tutorial app.

Set Up

Clone repo

git clone https://github.com/Dev-Elie/e2e-testing-with-Cypress.git

Install packages & start services

Backend

cd api
npm install
npm start

Navigate back to root.

cd ..

Frontend

cd frontend
npm install
npm start

Have fun! 🙂