The course "Introduction to Cypress" by Gil Tayar is available at Test Automation University.
The code is the result of my practice related to the course.
- npm install - to get working env
- npm test - to run tests in headless mode
- npm run cypress - to get cypress test runner opened
The commit list reflects exact curse chapters.
- git init
- npm init -y
- npm i -D cypress
- npx cypress open / npm run cypress
- npx cypress run / npm test