Skip to content

bushidaruler/cypress-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lean Cypress!

Download and install:

Instructions

  1. You can just download zip from here, but a better option is to use git - you can then create new tests and commit to this repo!
    • Install git from link above (just use defaults)
    • Go to cmd (with administrative proviledges)
    • Go to folder (cd ...) where you want the repo, and type git clone https://github.com/bushidaruler/cypress-learn.git
  2. Open the folder, and issue command: npm install
  3. To run cypress, type npm run cypress:open

Adding to the repository

  1. Make changes in files, and go to console again, cd to the folder with your project
  2. Type git add .
  3. git commit -m "Your message here"
  4. git push
  5. You'll see the changes here!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published