akirill0v / selenium-cucumber-ruby-kickstarter

A quick example of how to bring Ruby, Cucumber and Selenium together to automate Google Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Dependency Status Code Climate

#selenium-cucumber-ruby-kickstarter

##Background

A quick example of how to bring Selenium, Cucumber and Ruby together to automate a Google Search.

Getting Started

  1. Ensure you have the firefox or chrome browser installed - install chromedriver if using chrome
  2. Ensure you have ruby installed (built and run with 2.0.0) - use rvm
  3. Ensure you have rubygems and the bundler installed
  4. Navigate to the cloned project in your terminal
  5. Run 'bundle install'
  6. Run 'cucumber'

Please note that this will run the feature in the chrome browser as default. To run this test in firefox just pass the argument -p firefox e.g. cucumber -p firefox

Feedback

I would be more than happy to recieve feedback, please email me at: jonathan.chrisp@gmail.com.

About

A quick example of how to bring Ruby, Cucumber and Selenium together to automate Google Search

License:MIT License


Languages

Language:Ruby 90.2%Language:Gherkin 9.8%