Skip to content

Instantly share code, notes, and snippets.

@PizzaPete
Created October 1, 2015 19:06
Show Gist options
  • Save PizzaPete/5ef7d708878c80229154 to your computer and use it in GitHub Desktop.
Save PizzaPete/5ef7d708878c80229154 to your computer and use it in GitHub Desktop.
*** Settings ***
Library AppiumLibrary run_on_failure=Log Source
*** Variables ***
${REMOTE_URL} http://localhost:4723/wd/hub
*** Test Cases ***
TestStart
[Documentation] Robotframework test
Open Application ${REMOTE_URL} platformName=iOS platformVersion=9.0 deviceName=iPhone 5s app=link/to/your.app automationName=appium appPackage=com.your.app appActivity=MainActivity
Capture Page Screenshot
Page Should Contain Text Home
Swipe start_x=0 start_y=50 end_x=300 end_y=50 duration=500
Capture Page Screenshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment