- Cucumber Watch this Demo to learn how to cucumber.
- Selenium-Webdriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application.
- RSpec
- Page Objects Page Object DSL that works with both Watir and Selenium.
- FSAR (FREE) Online sessions that teach you how to automation web applications with Ruby.
- Install Ruby unless
ruby -v
exists. - Install Chrome browser.
git clone [email protected]:richdownie/og.git
~ How to clone a git repository.cd og
gem install bundler
bundle install
cucumber features
cd og
git checkout -b <branch-name>
git branch
make sure you are on the new branch- Make code changes or add new feature/scenario
git add .
git commit -m '<add message>'
git push origin <branch-name>
- Visit github and use UI to Create Merge Request