Skip to content

yeshwant-singh-zz/wikipedia-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wikipedia-tests

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:

  1. ruby 1.9.3 - It may work in 1.8.7 but I haven't tested it.
  2. bundler - gem install bundler

Steps to execute the scenarios:

  1. Clone the repo
  2. run bundle install
  3. Specify the browsers in browsers.json
  4. To run the features in parallel in two browsers, execute rake cucumber nodes=2

TODO:

  1. Improve page objects
  2. Create module for webdriver hepler methods

About

Cucumber tests for Wikipedia - Work in Progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%