GitLab Repository
Useful links
When you want to run local cypress from your command line
node_modules\.bin\cypress run
or
node_modules\\.bin\\cypress run
or
node_modules/.bin/cypress run
Run only some set of test
Example
-
go to your cypress root folder (my root folder is C:\Users\johnr\Documents\qa-training-logic>)
-
Example command when I want to run only tests in folder APILogicFinal:
-
node_modules\.bin\cypress run --spec "cypress/integration/demoPartition/APILoginFinal/*"
-
How to Access GitLab via SourceTree
How to .gitignore everything except a few files