/Appium-Support

A set of tools to help in the process of creating automated mobile tests using Appium.

Primary LanguageJava

#Appium Support# A set of tools to help in the process of creating automated mobile tests using Appium. Currently only Windows and Mac operating systems are supported.

Dowbload the jar from Maven or add the following to your pom.xml:

<dependency>
  <groupId>com.github.genium-framework</groupId>
  <artifactId>Appium-Support</artifactId>
  <version>1.0.2</version>
</dependency>

Current Supported Appium Server version: 1.4.0

##Changelog## 1.0.2

  • Added support for Mac OS.

1.0.1

  • Minor code changes.
  • Adding unit tests to the project.

1.0.0

  • Start a server instance with a set of arguments.
  • Stop an already running server instance.
  • Check if a server instance is running or not.

######Tested on environments######

  • Windows 7 x86
  • Windows 7 x64
  • Mac OSX 10.9

Supported Java 1.5 and above