Skip to content

richdownie/custiomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

### Automated Testers

1. Sign Up at [CukeHub](https://cukehub.com/users/sign_up) and select ```Automated Tester``` as the Amigo Role.
2. Email ```[email protected]``` requesting an invite to the CustomerIO App in CukeHub.
3. Install [Ruby](http://davehaeffner.com/selenium-guidebook/install/ruby/) unless ```ruby -v ``` exists.
4. Install [Chrome](https://www.google.com/chrome/browser/desktop/index.html) browser.
5. ```[email protected]:richdownie/custiomer.git``` How to [clone](https://help.github.com/articles/cloning-a-repository/) a git repository.
6. ```cd custiomer```
7. ```gem install bundler```
8. ```bundle install```
9. ```cucumber features```
10. Vist the CukeHub App [CustomerIO](https://cukehub.com/apps/87) to view results.

### Install Ruby
* How to Install [Ruby](http://davehaeffner.com/selenium-guidebook/install/ruby/windows/) on Windows 
* How to Install [Ruby](http://davehaeffner.com/selenium-guidebook/install/ruby/mac/10.10/) on OSX 
* How to Install [Ruby](http://davehaeffner.com/selenium-guidebook/install/ruby/linux/) on Linux 

### Resources
* [FSAR](http://fullstackautomationwithruby.com/) (FREE) Online sessions that teach you how to automation web applications with Ruby. 
* [Cucumber](https://cucumber.io/) Watch this [Demo](https://www.youtube.com/watch?v=jcufT1xVhGA&t=2s) to learn how to cucumber.
* [Selenium-Webdriver](https://rubygems.org/gems/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](http://rspec.info/)
* [Page Objects](https://rubygems.org/gems/page-object) Page Object DSL that works with both Watir and Selenium.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published