Installation - mlaguren/OneLoginAppWebTest GitHub Wiki
Required:
- ruby 2.0
- git
Installation
Configuring Ruby
- Update Ruby Gems
gem update --system - Install bundler
gem install bundler
Checking out the code
- Clone the repository
git clone [email protected]:mlaguren/OneLoginAppWebTest.git - cd to OneLoginAppWebTest
- Checkout Page Object submodule
git submodule initgit submodule update - Install gems
bundle install