diff options
| author | = <=> | 2019-03-14 09:32:32 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-14 09:32:32 -0400 |
| commit | cb68b9a40d80ad08b9dfc7e105b064cf270b99c3 (patch) | |
| tree | 585e816a896de3ffb0f9f7cd0629c0516be83124 /tests/testcases/test.py | |
| parent | ccccc4a65a5513c146fb3dd7a4f59d8c4fb0af68 (diff) | |
#791 auto start avd
Diffstat (limited to 'tests/testcases/test.py')
| -rw-r--r-- | tests/testcases/test.py | 2 |
1 files changed, 2 insertions, 0 deletions
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' |
