You've already forked docker-android
mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-03-10 11:37:45 -07:00
Renamed avd in sample UI tests
This commit is contained in:
@@ -6,12 +6,14 @@ from appium import webdriver
|
||||
class MSiteDefaultBrowserAndroidUITests(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
# Default browser does not exist for android >= 6.0
|
||||
desired_caps = {
|
||||
'platformName': 'Android',
|
||||
'deviceName': 'Android Emulator',
|
||||
'appPackage': 'com.android.browser',
|
||||
'appActivity': 'com.android.browser.BrowserActivity',
|
||||
'avd': 'samsung_galaxy_s6_5.0.1'
|
||||
'avd': 'samsung_galaxy_s6_6.0'
|
||||
}
|
||||
self.driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user