You will need Cucumber.js installed. An easy way to do this is:
npm install -g cucumber
Install dependencies & devDependencies
npm install
This command will install:
- webdriverio (webdriver module for nodejs)
Startup Selenium Standalone server with:
$ selenium-standalone install
$ selenium-standalone start
And leave the terminal open.
$ cucumber.js