This repository contains an example project that integrates Cucumber with Cypress. You need a recent NodeJS version, as well as Google Chrome, Mozilla Firefox, and Microsoft Edge.
$ git clone https://github.com/cronn-de/frontend-test-cypress-example your-own-tests
$ cd your-own-tests
$ npm install
# run tests with Chrome
$ npm test
$ npm run test:chrome
# run tests with Mozilla Firefox
$ npm run test:firefox
# run tests with Microsoft Edge
$ npm run test:edge