This repository contains code used in Youtube playlist "Cypress.io - End to End Testing Framework" by Bushra Alam.
Tutorial available here: https://www.youtube.com/playlist?list=PLzDWIPKHyNmK9NX9_ng2IdrkEr8L4WwB0
» Pre-requisites to this course include:
- Visual Studio Code: https://code.visualstudio.com/download
- Node.js: https://nodejs.org/en/download/
» Steps to use this project:
- Download this repo
- Install dependencies by running the following command in terminal (from inside your app directory i.e. where package.json is located): npm install