Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

GitLab Repository

...

(info) https://gitlab.pricefx.eu/logic/qa-training-logic

...

Useful links

When you want to run local cypress from your command line

...

  • 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

(info) https://knowledge.pricefx.com/space/KB/4545315517/How+To+Clone+a+GitLab+Project+Repository

How to .gitignore everything except a few files

(info) https://medium.com/@lynzt/how-to-gitignore-everything-except-a-few-files-6a8f392e1674

...