- Install Ruby
https://www.ruby-lang.org/en/documentation/installation/
- Install bundler gem
gem install bundler
- Install chromedriver and geckodriver
brew install chromedriver
andbrew install geckodriver
on Mac - Run
bundle install
in terminal - Run specs with
cucumber browser=chrome
orbrowser=firefox