Updated Java Appium examples and documentation

This commit is contained in:
Ross Rowe
2013-03-29 16:17:51 +11:00
parent b4a7ddd022
commit 07a7a70c2f
10 changed files with 138 additions and 48 deletions
+8 -7
View File
@@ -6,7 +6,7 @@
<artifactId>sauce_appium_testng</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>sauce_appium_testng</name>
<description>Sample Appium tests using JUnit</description>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
@@ -14,12 +14,6 @@
<version>6.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.saucelabs</groupId>
<artifactId>sauce_testng</artifactId>
<version>LATEST</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
@@ -46,6 +40,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>