Chapter 1 - Setting up Cypress
Prerequisites
- nodejs and npm
- IDE (VS Code)
What is npm? It is package manager for nodejs.
All installations are local. Any package we installed will be attached to this folder.
Normally we want the latest version. This time version 3 is installed for compatibility with course instructions.hi sorry for late reply
node --version
npm init -y
npm install cypress@3
npx cypress open
Integrations
folder - where we write tests