Repository on github
- Node.js 22.13.1
- Cypress 14.0.3
To install all packages after cloning the repository run:
npm install
Add environment variables befor run tests:
CYPRESS_USER=tomsmith
CYPRESS_PASSWORD=SuperSecretPassword!
If you need video or functionality from https://cloud.cypress.io add environment variables :
CYPRESS_KEY=<Record Keys from cloud.cypress.io>
CYPRESS_PROJECT_ID=<Project ID from cloud.cypress.io>
Run tests in headless mode:
npm test
Open tests in the Cypress Launchpad:
npm test:dev