https://nodejs.org/en/download/
https://github.com/AlexKarpinski/Cypress
npm install
npx cypress run
npx cypress run -b chrome
npx cypress run --record --key 71bee1fb-3850-4ef5-af96-34296456abbf
--record means that transfer results to the Cypress Dashboard is on. --key parameter followed by value 71bee1fb-3850-4ef5-af96-34296456abbf is used for access to project in the Cypress Dashboard.
https://dashboard.cypress.io/projects/bya9vm/runs
npx cypress open