Install all requirements using RubyGems:
gem install cucumber
gem install selenium-webdriver
gem install rspec-expectations- Download Google Chrome
- Download chromedriver
- Put chromedriver to one of the
PATHdirectories (i.e./usr/local/bin)
Use the following command to run the test:
cucumber features/search.feature