Initial Java port of tests

This commit is contained in:
Ross Rowe
2013-02-05 12:05:29 +11:00
parent 66f3275a9f
commit dd26af0d50
5 changed files with 357 additions and 0 deletions
+13
View File
@@ -4,6 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.saucelabs</groupId>
<artifactId>sauce_appium_junit</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>sauce_appium_junit</name>
<dependencies>
@@ -19,6 +20,18 @@
<version>LATEST</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>LATEST</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>