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