I am a newbie to Python and have created simple Appium Automation Test case for Android mobile app.
I have setup Jenkins server and want to run Appium on it so there are 2 ways:
- Run appium server via Jenkins (We can run it using
appiumcommand but when I run appium command it just "hangs up" and showing server console continiously) - Start Appium Server programmatically using Python
I know we can run Appium Server programmatically using Java but don't know about python.
So, if you have any idea about either of above 2 ways, please post the answer.
Thank you