Appium Maven Plugin Parent 1.0

Appium Maven Plugin provides start and stop methods for Appium - open source, cross-platform test automation tool for native, hybrid and mobile web apps, tested on simulators (iOS, FirefoxOS), emulators (Android), and real devices (iOS, Android, FirefoxOS).

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.psorobka
ArtifactId

ArtifactId

appium-maven-plugin-parent
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Appium Maven Plugin Parent 1.0
Appium Maven Plugin provides start and stop methods for Appium - open source, cross-platform test automation tool for native, hybrid and mobile web apps, tested on simulators (iOS, FirefoxOS), emulators (Android), and real devices (iOS, Android, FirefoxOS).
Project URL

Project URL

https://github.com/psorobka/appium-maven-plugin
Source Code Management

Source Code Management

https://github.com/psorobka/appium-maven-plugin

Download appium-maven-plugin-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.psorobka/appium-maven-plugin-parent/ -->
<dependency>
    <groupId>com.github.psorobka</groupId>
    <artifactId>appium-maven-plugin-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.psorobka/appium-maven-plugin-parent/
implementation 'com.github.psorobka:appium-maven-plugin-parent:1.1.0'
// https://jarcasting.com/artifacts/com.github.psorobka/appium-maven-plugin-parent/
implementation ("com.github.psorobka:appium-maven-plugin-parent:1.1.0")
'com.github.psorobka:appium-maven-plugin-parent:pom:1.1.0'
<dependency org="com.github.psorobka" name="appium-maven-plugin-parent" rev="1.1.0">
  <artifact name="appium-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.psorobka', module='appium-maven-plugin-parent', version='1.1.0')
)
libraryDependencies += "com.github.psorobka" % "appium-maven-plugin-parent" % "1.1.0"
[com.github.psorobka/appium-maven-plugin-parent "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • appium-maven-plugin
  • appium-maven-plugin-example

appium-maven-plugin

Plugin for managing Appium server from Maven.

From Appium website:

Appium is an open source test automation framework for use with native and hybrid mobile apps. It drives iOS and Android apps using the WebDriver JSON wire protocol.

Features

  • Start and stop Appium server from Maven
  • Automatic download of Node, NPM and Appium, using frontend-maven-plugin
  • Fully functional example: Maven Android application, with Appium integration tests running on Android emulator.
  • Support for Appium 1.4.10

Build status

Build Status

Project status

Still Maintained Backlog Ready In progress Done

Release status

Maven Central

Example

To run example Android project:

  • Using already started Appium and default device connected to ADB: $ mvn clean verify -Pintegration-test
  • Using Appium installed in default location (${user.home}/node_modules/appium) and default device connected to ADB: $ mvn clean verify -Pstart-and-stop-appium,integration-test
  • Using Appium installed during Maven build and Android emulator: $ mvn clean verify -Pinstall-node-npm-and-appium,use-installed-appium,start-and-stop-emulator,start-and-stop-appium,integration-test or $ mvn clean verify -Dfull-integration-test=true

Versions

Version
1.1.0
1.0.0