Skip to content

kamiljjaworski/tau-introduction-to-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Introduction to Cypress" by Gil Tayar at TAU

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.

How to run

  • npm install - to get working env
  • npm test - to run tests in headless mode
  • npm run cypress - to get cypress test runner opened

Commits

The commit list reflects exact curse chapters.

Common CLI commands

  • git init
  • npm init -y
  • npm i -D cypress
  • npx cypress open / npm run cypress
  • npx cypress run / npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published