Skip to content

richdownie/og

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Ruby

  • How to Install Ruby on Windows
  • How to Install Ruby on OSX
  • How to Install Ruby on Linux

Resources

  • 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.

Get Started

  1. Install Ruby unless ruby -v exists.
  2. Install Chrome browser.
  3. git clone [email protected]:richdownie/og.git ~ How to clone a git repository.
  4. cd og
  5. gem install bundler
  6. bundle install
  7. cucumber features

Git Flow (branch and merge)

  1. cd og
  2. git checkout -b <branch-name>
  3. git branch make sure you are on the new branch
  4. Make code changes or add new feature/scenario
  5. git add .
  6. git commit -m '<add message>'
  7. git push origin <branch-name>
  8. Visit github and use UI to Create Merge Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published