diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-23 11:39:58 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-23 11:39:58 -0400 |
| commit | 13372acb76b5607909ffd11332a7b8817641e88b (patch) | |
| tree | dbae710a8b8b82b01b9077e070f87d25913d774d /tests | |
| parent | b952a65d28bf88e6fd83962d166a7bd2b16718ab (diff) | |
docs
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/chromedriver/.gitignore | 2 | ||||
| -rwxr-xr-x | tests/startappium.sh | 2 | ||||
| -rw-r--r-- | tests/testcases/test.py | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/tests/chromedriver/.gitignore b/tests/chromedriver/.gitignore index 2004ae02..18f0bbcd 100644 --- a/tests/chromedriver/.gitignore +++ b/tests/chromedriver/.gitignore @@ -1 +1 @@ -chromedriver +chromedriver* diff --git a/tests/startappium.sh b/tests/startappium.sh index 257dbfff..b7d106f6 100755 --- a/tests/startappium.sh +++ b/tests/startappium.sh @@ -1,2 +1,2 @@ #!/bin/bash -appium --chromedriver-executable ./chromedriver/chromedriver +appium --chromedriver-executable ./chromedriver/chromedriver55 diff --git a/tests/testcases/test.py b/tests/testcases/test.py index ba26de32..5c54f40c 100644 --- a/tests/testcases/test.py +++ b/tests/testcases/test.py @@ -34,8 +34,9 @@ class ZmninjaAndroidTests(unittest.TestCase): 'platformName': 'Android', 'automationName': 'UiAutomator2', 'platformVersion': '7.1.1', - 'deviceName': 'Pixel', - 'avd': 'zmNinja', + 'deviceName': 'DoesntMatter', + 'avd': 'zmNinja_7_1_1', + # 'avd': 'zmNinja_6_0', 'nativeWebTap': True, 'nativeWebScreenshot': True, # important, for screenshots 'autoAcceptAlerts': True, |
