summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
new file mode 100644
index 00000000..f6842356
--- /dev/null
+++ b/tests/README.md
@@ -0,0 +1,30 @@
+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
+----
+Read/follow: http://appium.io/docs/en/drivers/ios-xcuitest/index.html
+https://github.com/appium/appium-xcuitest-driver
+
+For iOS: Also needs
+
+```
+brew install carthage
+brew tap wix/brew && brew install wix/brew/applesimutils
+```
+
+Just run appium (not start-appium.sh)
+export USE_PORT=8100 (maybe)
+
+To run test cases,
+```
+cd testcases
+python ./test.py --ios OR --android \ No newline at end of file