Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created October 5, 2015 21:49
Show Gist options
  • Save jraczak/8ace1b322ec8a26ff7df to your computer and use it in GitHub Desktop.
Save jraczak/8ace1b322ec8a26ff7df to your computer and use it in GitHub Desktop.
appium.txt
[caps]
platformName = "Android"
deviceName = "Samsung Galaxy Note 3"
platformVersion = "4.4"
app = "https://www.dropbox.com/s/5eifmu61yxdotwk/api.apk?dl=1"
name = "Ruby Android Tutorial"
apiKey = "a73b53bc06d72fb988861ffa85a5187a"
[appium_lib]
server_url = "https://appium.testcloud.xamarin.com/wd/hub"
apiKey = "a73b53bc06d72fb988861ffa85a5187a"
debug = true
wait = 30
export_session = true
require = ["./appium/android/pages", "./appium/android/common.rb"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment