During this video, we make the first steps into Cypress. We discuss about its pros and cons, make the setup and create an initial project, and last but not least, automate our very first test scenario.
=== CLI ===
Initialize NPM: npm init
Install Cypress Dependency: npm install cypress --save-dev
Open the Test Runner: ./node_modules/.bin/cypress open
== Prerequisites: NPM tutorial ==
• What are Nodejs and NPM? How to insta...
=== Public Code Repository ===
https://github.com/razvanvancea/learn...
0:00 Intro
0:15 Agenda
0:27 Description
0:48 Pros vs Cons
1:40 Installation steps
2:04 DEMO