This repository contains code used for Trello "Cypress.io - End to End Testing Framework" by Mahie Akhtar.
» Pre-requisites to this course include:
Node.js: https://nodejs.org/en/download/ Visual Studio Code: https://code.visualstudio.com/download » Steps to use this project:
Download or clone 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
Install Cypress# npm install cypress Run Cypress# npx cypress open