Skip to content

Instantly share code, notes, and snippets.

@mantovanirian
Last active May 20, 2017 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mantovanirian/5e3785f568a8f386854d3c817dd1ec89 to your computer and use it in GitHub Desktop.
Save mantovanirian/5e3785f568a8f386854d3c817dd1ec89 to your computer and use it in GitHub Desktop.
Open Apps
Open App
[Arguments] ${user1} ${user2} ${user3}=${None}
@{users}= Create List ${user1} ${user2} ${user3}
:FOR ${user} IN @{users}
\ Run Keyword If ${user}!=${None} Open Application ${user.APPIUM_SERVER}
... platformName=${user.PLATFORM}
... platformVersion=${user.PLATFORM_VERSION}
... deviceName=${user.DEVICE_NAME}
... app=${user.APP}
... udid=${user.UDID}
... alias=${user.KEY}
... newCommandTimeout=19000
... fullReset=false
... noReset=true
... showIOSLog=true
... preventWDAAttachments=true
... keepKeyChains=true
... xcodeOrgId= ${user.TEAMID}
... xcodeSigningId=iPhone Developer
... WDALOCALPORT=${user.WDALOCALPORT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment