/google-search-test

Cucumber + Capybara + Selenium + Ruby

Primary LanguageRuby

Google Search Testing

Testing Google Search

  • Cucumber
  • Capybara
  • SitePrism

How to Configure Environment

Install ruby on Windows

Access to step-by-step help:

Verify Ruby version

$ ruby -v

Install Bundle

Access project root path to install bundle:

cd /google-search
gem install bundler

Install all gems

In the same project root path run the follow command:

bundle install

Drivers necessary:

Note: Phantomjs in ubuntu:

sudo apt-get install phantomjs