From 6df5555ffc8fb0ed8c74978cdf711f668c284a08 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 14 Mar 2019 10:20:15 -0400 Subject: edits --- tests/README.TXT | 21 --------------------- tests/README.md | 30 ++++++++++++++++++++++++++++++ tests/testcases/README.TXT | 1 - tests/testcases/README.md | 1 + 4 files changed, 31 insertions(+), 22 deletions(-) delete mode 100644 tests/README.TXT create mode 100644 tests/README.md delete mode 100644 tests/testcases/README.TXT create mode 100644 tests/testcases/README.md (limited to 'tests') diff --git a/tests/README.TXT b/tests/README.TXT deleted file mode 100644 index 0c52abb1..00000000 --- a/tests/README.TXT +++ /dev/null @@ -1,21 +0,0 @@ -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 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 diff --git a/tests/testcases/README.TXT b/tests/testcases/README.TXT deleted file mode 100644 index 7cae6770..00000000 --- a/tests/testcases/README.TXT +++ /dev/null @@ -1 +0,0 @@ -python ./test.py diff --git a/tests/testcases/README.md b/tests/testcases/README.md new file mode 100644 index 00000000..7cae6770 --- /dev/null +++ b/tests/testcases/README.md @@ -0,0 +1 @@ +python ./test.py -- cgit v1.2.3