Deck : https://slides.com/mzubairahmed/cypress-testing
<!-- Clone the repository -->
git clone https://github.com/M-ZubairAhmed/e2e-testing-with-cypress.git
<!-- Install packages -->
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
- Start the app
yarn serve
- Start the test in separate terminal
yarn test:e2e --url <url-of-client-app>
yarn lint