diff options
| author | = <=> | 2019-03-14 10:20:15 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-14 10:20:15 -0400 |
| commit | 6df5555ffc8fb0ed8c74978cdf711f668c284a08 (patch) | |
| tree | b3f849787489093cec0e33326db4abadb073f08f /tests | |
| parent | f2001e787cf4ace215dde195bdf8e6db65fc618c (diff) | |
edits
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/README.md (renamed from tests/README.TXT) | 13 | ||||
| -rw-r--r-- | tests/testcases/README.md (renamed from tests/testcases/README.TXT) | 0 |
2 files changed, 11 insertions, 2 deletions
diff --git a/tests/README.TXT b/tests/README.md index 0c52abb1..f6842356 100644 --- a/tests/README.TXT +++ b/tests/README.md @@ -11,11 +11,20 @@ I currently test on an Android 7.1.1 emulator. Change test.py config as needed 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 +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 +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.md index 7cae6770..7cae6770 100644 --- a/tests/testcases/README.TXT +++ b/tests/testcases/README.md |
