mirror of
https://github.com/appium/appium.git
synced 2026-04-27 13:59:33 -05:00
Initial Java port of tests
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user