From cb68b9a40d80ad08b9dfc7e105b064cf270b99c3 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 14 Mar 2019 09:32:32 -0400 Subject: #791 auto start avd --- tests/testcases/test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testcases') diff --git a/tests/testcases/test.py b/tests/testcases/test.py index 4db9adef..dbdf8acd 100644 --- a/tests/testcases/test.py +++ b/tests/testcases/test.py @@ -35,6 +35,7 @@ class ZmninjaAndroidTests(unittest.TestCase): 'automationName': 'UiAutomator2', 'platformVersion': '7.1.1', 'deviceName': 'Pixel', + 'avd': 'zmNinja', 'nativeWebTap': True, 'nativeWebScreenshot': True, # important, for screenshots 'autoAcceptAlerts': True, @@ -62,6 +63,7 @@ class ZmninjaAndroidTests(unittest.TestCase): 'autoAcceptAlerts': True, 'autoGrantPermissions': True # doesn't work with XCUI } + # desired_caps['permissions']['com.pliablepixels.zmninja-pro']['photos'] = 'YES' -- cgit v1.2.3