Skip to content

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

License

Notifications You must be signed in to change notification settings

jwarykowski/selenium-cucumber-ruby-kickstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.5.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 'bundle exec 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. bundle exec 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published