Setup
- git clone
- npm-install
- Get the chrome browser driver that matches your version and put it on your path, links are on https://www.npmjs.com/package/selenium-webdriver
Running Tests
- Run this command in the root folder:
./node_modules/.bin/cucumber-js
- Customize the examples by changing the domain variable in features/support/world.js and the steps' code in features/step_definitions/steps.js.