Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 940 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 940 Bytes

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!