Jenkins+appium+testng持续集成

Create maven project in eclipse
Add Appium , Selenium dependancy
Add Test in TestNG test
Create TestNG xml file
Call XML file in POM.xml

Add command mvn test in jenkins.

未完待续

mvn  test

原文地址:https://www.cnblogs.com/melody-emma/p/4977813.html