Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 614 Bytes

README.mkd

File metadata and controls

27 lines (17 loc) · 614 Bytes

A sample project to run tests over BrowserStack Automate.

Edit env.rb to set the browser on which the tests should be run, and the username and key from browserstack.

To run the tests, execute:

cucumber

Notes for the session

install ruby * for windows ensure you use ruby 1.9.3 * for windows download ansicon

* for OSX ensure you install rvm to manage
your ruby versions

* for Unix/Linux download rvm as well

if you are not familiar with ruby go to http://www.codecademy.com/en/tracks/ruby

gem install cucumber gem install watir-webdriver cucumber --init will get you started