We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d260241 commit 0b76704Copy full SHA for 0b76704
mobile_app/README.md
@@ -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