Skip to content

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

Notifications You must be signed in to change notification settings

Genium-Framework/Appium-Support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.5</version>
</dependency>

Current Supported Appium Server version: 1.6.0-beta3

Changelog

1.0.5

  • Implemented the ability to provide a custom location to both node executable file and the appium.js file. This is useful in case Appium is installed via npm or if the user wants to run custom versions of Appium and NodeJS together.
  • Added more unit test for Appium custom installations.

1.0.4

  • You can define a custom timeout value for the server while starting it instead of the default 30 seconds.
  • Changed the way to check if the server is running or not by sending an HTTP request and waiting for a response.
  • Minor code changes and bug fixes.

1.0.3

  • Fixed a bug with server running logic that caused the startServer method to go into an infinite loop.
  • Minor code changes.

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages