Installation - mlaguren/OneLoginAppWebTest GitHub Wiki

Required:

  • ruby 2.0
  • git

Installation

Configuring Ruby

  1. Update Ruby Gems gem update --system
  2. Install bundler gem install bundler

Checking out the code

  1. Clone the repository git clone [email protected]:mlaguren/OneLoginAppWebTest.git
  2. cd to OneLoginAppWebTest
  3. Checkout Page Object submodule git submodule init git submodule update
  4. Install gems bundle install