How to create a first test with Cypress.

Опубликовано: 04 Август 2026
на канале: Ivan and Code (Ivan Karaman)
396
20

In this tutorial, we will learn how to create a new Cypress.io project and write your first automated test. Cypress is a test framework that is meant to be better than "good old Selenium Webdriver". It has a lot of features that enable developers and QA/testers to do test automation with less pain, which usually comes when dealing with UI-level tests. This tutorial is better suited for beginners.

Timeline:
0:00 - intro
0:44 - pre-requisites
1:20 - first steps
2:28 - install cypress
4:20 - open cypress
5:25 - creating new test
7:00 - "arrange act assert"
9:36 - naming tests
13:11 - assertions
14:50 - summary


Helpful links.
NodeJS download: https://nodejs.org/en/download/
Getting started with Cypress: https://docs.cypress.io/guides/gettin...