Skip to content

This is just a very simple QA automation framework that I created using watir/cucumber/rspec and of course ruby as the programming language

Notifications You must be signed in to change notification settings

antonyfuentes/watir-cucumber-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watir-cucumber-automation

This is just a very simple QA automation framework that I created using watir/cucumber/rspec and ruby as the programming language.

Just download the code, install ruby and the included Gems in the Gemfile. Then you're all set, ready to run the automated feature file.

The webdriver is part of the repo (within support folder), so no need to worry about adding to the PATH variable. That is being handled from Ruby. Just make sure to do "chmod +x features/support/drivers/chromedriver" once you clone the repo. Otherwise you could get "not executable" error.

Too simple I know, but at least gives an idea on how this stack merges together.

Oh! last thing, page object model was used as well. Any feedback is well received. :-)

About

This is just a very simple QA automation framework that I created using watir/cucumber/rspec and of course ruby as the programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published