summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <=>2019-03-14 10:22:57 -0400
committer= <=>2019-03-14 10:22:57 -0400
commitf5afe5ed76d4858bed22a65547cff4611b710942 (patch)
tree47e7076fccb783c3c07c45f14745ee190f65e56b
parent6df5555ffc8fb0ed8c74978cdf711f668c284a08 (diff)
#791 edits
-rw-r--r--tests/README.md28
1 files changed, 15 insertions, 13 deletions
diff --git a/tests/README.md b/tests/README.md
index f6842356..1ac10c26 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -1,22 +1,22 @@
-Appium install: http://appium.io/docs/en/about-appium/getting-started/
-Python Appium client install: https://github.com/appium/python-client
+## Install both Appium and Python Appium client
+[Appium install](http://appium.io/docs/en/about-appium/getting-started/)
+[Python Appium client instal](https://github.com/appium/python-client)
-Android
----------
+
+## Android
I currently test on an Android 7.1.1 emulator. Change test.py config as needed
+```bash
./startappium.sh
+```
+## iOS
-iOS
-----
-Read/follow: http://appium.io/docs/en/drivers/ios-xcuitest/index.html
-https://github.com/appium/appium-xcuitest-driver
-
-For iOS: Also needs
+[Read/follow how to install XCUI deps](https://github.com/appium/appium-xcuitest-driver)
+You also need:
-```
+```bash
brew install carthage
brew tap wix/brew && brew install wix/brew/applesimutils
```
@@ -25,6 +25,8 @@ Just run appium (not start-appium.sh)
export USE_PORT=8100 (maybe)
To run test cases,
-```
+
+```bash
cd testcases
-python ./test.py --ios OR --android \ No newline at end of file
+python ./test.py --ios OR --android
+``` \ No newline at end of file