These are few test scenarios for Wikipedia which I have created to learn cucumber and ruby. The features can be run in prallel in multiple browsers on the BrowserStack Automate
Pre-requisites:
ruby 1.9.3
- It may work in1.8.7
but I haven't tested it.- bundler -
gem install bundler
Steps to execute the scenarios:
- Clone the repo
- run
bundle install
- Specify the browsers in
browsers.json
- To run the features in parallel in two browsers, execute
rake cucumber nodes=2
TODO:
- Improve page objects
- Create module for webdriver hepler methods