Skip to content

Commit

Permalink
Update hub url
Browse files Browse the repository at this point in the history
  • Loading branch information
likith-lt authored Jun 14, 2022
1 parent d6a83e6 commit 70864aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Library AppiumLibrary

${username} username
${accesskey} accesskey
${REMOTE_URL} https://${username}:${accesskey}@beta-hub.lambdatest.com/wd/hub
${REMOTE_URL} https://${username}:${accesskey}@mobile-hub.lambdatest.com/wd/hub
${TIMEOUT} 3000

*** Keywords ***
Open test app
Open Application ${REMOTE_URL} platformName=${platform} platformVersion=${version} deviceName=${deviceName} visual=${visual} network=${network} isRealMobile=${isRealMobile} app=${app} name=Robot Framework Sample Test build=Appium Python Robot

Close test app
Close Application
Close Application

0 comments on commit 70864aa

Please sign in to comment.