Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Remove misleading braces from appium script
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reimold committed Aug 17, 2015
1 parent 13e9fe6 commit cd561ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appium/device_grid_spec.rb
Expand Up @@ -66,7 +66,7 @@ def defaultTestRun
caps: {
#Appium capabilities for android app
#Add
app: '{PATH TO APK}',
app: 'URL TO APK',
appPackage: 'com.microsoft.applicationinsights.sampleapp',
appActivity: 'com.microsoft.applicationinsights.appsample.ItemListActivity',
platform: 'WINDOWS',
Expand All @@ -77,7 +77,7 @@ def defaultTestRun
olympusSessionId: randomId,
launchTimeout: 5000
},
appium_lib: {server_url: '{URL OF DEVICE LAB}'}
appium_lib: {server_url: 'URL OF DEVICE LAB'}
}
# appium specific driver with helpers available
@driver = Appium::Driver.new(options).start_driver
Expand Down

0 comments on commit cd561ba

Please sign in to comment.