diff options
Diffstat (limited to 'tests/testcases/README.md')
| -rw-r--r-- | tests/testcases/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/testcases/README.md b/tests/testcases/README.md index 7cae6770..2da81cad 100644 --- a/tests/testcases/README.md +++ b/tests/testcases/README.md @@ -1 +1,7 @@ -python ./test.py + +Remember to start appium first + +```bash +python ./test.py --android # runs android +python ./test.py --ios # runs iOS (somewhat buggy) +```
\ No newline at end of file |
