in terminal enter
npm init
npm install cypress
npm install @badeball/cypress-cucumber-preprocesso
npm install --save-dev @cypress/browserify-preprocessor
Whhen dependences was
npm install multiple-cucumber-html-reporter --save-dev
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 )
npm run allure-generate
node cucumber-html-report.js