Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 859 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 859 Bytes

TestObject Appium Java API Client

Build Status

Utility classes to provide a better experience when running Appium tests in the TestObject cloud.

Installation

TestObject Appium Java API Client is available from Maven Central.

<dependency>
  <groupId>org.testobject</groupId>
  <artifactId>testobject-appium-java-api</artifactId>
  <version>select a version</version>
  <scope>test</scope>
</dependency>

Usage

For an introduction on how to use the utilities, please see The Sauce Labs Cookbook Home.