Hi guys
Following is my pom.xml i’m sure because the dependencies are not accurate my tests when running through maven is not running only it builds
Appium :1.7.2…can u guys please suggest what exact is to be added in pom.xml for appium to run through maven.have checked JAVA_HOME path edited java build compiler to jdk installed m2e eclipse plugin …kindly help my folder structure is src/main/java src/main/resources src/test/java src/test/resources…im really not able to figure it out why the tests does not run when running through maven test Eclipse->maven-> run as->maven test…its urgent please share inputs,thanks.
4.0.0
com.licious
LiciousAndroidFrame
0.0.1-SNAPSHOT
jar
LiciousAndroidFrame
http://maven.apache.org
junit
junit
4.12
org.seleniumhq.selenium
selenium-server
3.9.1
io.appium
java-client
5.0.4
org.testng
testng
6.14.2
org.apache.poi
poi-ooxml
3.15
org.apache.poi
poi
3.15
org.apache.poi
poi-ooxml-schemas
3.15
mysql
mysql-connector-java
6.0.6
org.apache.maven.plugins
maven-compiler-plugin
3.7.0
1.8
1.8
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<systemPropertyVariables>
<propertyName>firefox</propertyName>
</systemPropertyVariables>
<suitexmlfiles>
<suitexmlfile>test-output/testng.xml</suitexmlfile>
</suitexmlfiles>
</configuration>
</plugin>