Installation

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