- Node version: 18.18.0 (Node.js)
git clone https://github.com/radomyr-horban/cypress.git
npm ci
npm run cypress:run
npm run cypress:open
By default all tests run in a headless
mode. To run the tests in a headed
browser go to the root of the project and run:
npm run cypress:run:headed
By default all tests run in the Electron
browser. To run the tests in a specific browser (the browser must be installed on your machine) go to the root of the project and run:
npm run cypress:run:browser <browser_name>
npm run cypress:run:laptop
npm run cypress:run:reporter