Overview of dependencies and config used in this repo.
-
Run
npm init
-
Run
npm install
-
Run
npm install Cypress
- Run
npm install -D cypress-xpath
- Add
require('cypress-xpath');
- Run
npx cypress open
- Add
Add your ssh key to github ripo and use key address here --key "" rather than "36ca5f3d-8a69-4c5e-af8a-5b9d02dfb159
- Run
npx cypress run --record --key "36ca5f3d-8a69-4c5e-af8a-5b9d02dfb159" --spec "cypress/e2e/TestScripts/TestCases.cy.js"
or - Run
npx cypress run --record --key 36ca5f3d-8a69-4c5e-af8a-5b9d02dfb159
- We have some cookies issue in the Webiste, Due to using different sessions values in thw website and The Website is also not to stable --- I already bypass the cookies but it doesn't work effectively
it.only