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:
- One separate job to start and run Appium server
- 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.