Run Appium-Android Tests through Jenkins?

My goal is to run my Appium-Android Tests through my localhost Jenkins. Eventually, I want to run this in my company’s pipeline. But, I don’t know and would like to know how (whether using emulators or real devices)

The tutorials online were vague or didn’t work. I understand one way is:

  1. One separate job to start and run Appium server
  2. In another job, build and run Maven project.

Yet, I don’t know how to program it and would like to see a template how.

So far, I have my Appium tests in a Maven project. The tests are written in TestNG format. I appreciate any help in advance.

Follow the below link for how to configure appium maven project in Jenkins :

2 Likes
1 Like