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).

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.psorobka
Идентификатор

Идентификатор

appium-maven-plugin-parent
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

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).
Ссылка на сайт

Ссылка на сайт

https://github.com/psorobka/appium-maven-plugin
Система контроля версий

Система контроля версий

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

Скачать appium-maven-plugin-parent

Имя Файла Размер
appium-maven-plugin-parent-1.1.0.pom 13 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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

Версии библиотеки

Версия
1.1.0
1.0.0