From a9440d6cf3563c1ec5568f6d952b764cf1b4a906 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 13 Mar 2019 11:53:57 -0400 Subject: #719 iOS support (buggy) --- tests/README.TXT | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/README.TXT') diff --git a/tests/README.TXT b/tests/README.TXT index 70cfeeba..0c52abb1 100644 --- a/tests/README.TXT +++ b/tests/README.TXT @@ -1,9 +1,21 @@ Appium install: http://appium.io/docs/en/about-appium/getting-started/ Python Appium client install: https://github.com/appium/python-client + +Android +--------- I currently test on an Android 7.1.1 emulator. Change test.py config as needed ./startappium.sh +iOS +---- +For iOS: Also needs `brew install carthage` (?) +Read/follow: http://appium.io/docs/en/drivers/ios-xcuitest/index.html +https://github.com/appium/appium-xcuitest-driver + +brew tap wix/brew && brew install wix/brew/applesimutils +Just run appium (not start-appium.sh) +export USE_PORT=8100 -- cgit v1.2.3