in terminal enter
npm init
npm install cypress
npm install @badeball/cypress-cucumber-preprocesso
npm install --save-dev @cypress/browserify-preprocessor
npm install --save-dev mocha-allure-reporter allure-commandline
npm i cypress-xpath
npx cypress open (it will open cypress GUI where you can run tests)
npm run test: (run test in headless mode in chrome browser)
npm run allure-generate
npm run allure-serve