Cypress is a next generation front end testing tool built for the modern web with software tool that supports behavior-driven development cucumber.
Before using cypress with cucumber, you need to install node.js, install all the dependencies for doing the full operation of the node.js.
Dependencies:
Download git repository
git clone https://github.com/Diankavoy19/Cypress-cucumber
and use install node modules.
After that we can run all our tests.
npm run cypress:open
or
npx cypress:run
or with config file for macbook-15
npm run cypress:config