ondiekelijah / e2e-testing-with-Cypress

End-to-End testing with Cypress tutorial app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! 🙂

About

End-to-End testing with Cypress tutorial app.


Languages

Language:JavaScript 74.6%Language:CSS 17.0%Language:HTML 8.4%