Skip to content

Commit 0b76704

Browse files
committed
Readme updated
1 parent d260241 commit 0b76704

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mobile_app/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Overview
2+
3+
This check connects to AppiumSerice using Appium-Python-Client
4+
and perform Mobile App Automation. Desired capabilities can
5+
be changed as per requirement and can help us test Mobile Applications(Android/iOS) using pyATS.
6+
7+
Make sure appium is installed 'npm install -g appium'
8+
Make sure python client is installed "pip install Appium-Python-Client"
9+
10+
# Running
11+
12+
```
13+
pyats run job android_job.py
14+
```

0 commit comments

Comments
 (0)