Skip to content

Commit

Permalink
Changes script to clone page objects from branch 2.0.0
Browse files Browse the repository at this point in the history
Changes script to clone page objects from branch 2.0.0
  • Loading branch information
seshangamage committed Feb 26, 2016
1 parent 2521bd2 commit ed0fea7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=300'

git clone https://github.com/WSO2Telco/uitest-framework
git clone https://github.com/WSO2Telco/mobile-connect-pageobjects
#change the below virsion if changes are done to mobile-connect-pageobjects
git clone -b ids_2.0.0 https://github.com/WSO2Telco/mobile-connect-pageobjects
#change the below virsion if changes are done to identity-server-pageobjects
git clone -b ids_2.0.0 https://github.com/WSO2Telco/identity-server-pageobjects
git clone https://github.com/WSO2Telco/mobile-connect-tests
git clone https://github.com/WSO2Telco/identity-server-pageobjects


cd ./uitest-framework
echo "$PWD"
Expand Down

0 comments on commit ed0fea7

Please sign in to comment.