MVN

com.microsoft.appcenter : appium-test-extension

Maven & Gradle

Oct 29, 2021
1 usages
13 stars

Visual Studio App Center appium java test extensions · Extensions for producing nice looking test reports for appium tests in Visual Studio App Center

<dependency>
    <groupId>com.microsoft.appcenter</groupId>
    <artifactId>appium-test-extension</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.appcenter : appium-test-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.microsoft.appcenter : appium-test-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
appium-test-extension-1.6

How to add a dependency to Maven

Add the following com.microsoft.appcenter : appium-test-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.appcenter</groupId>
    <artifactId>appium-test-extension</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.appcenter : appium-test-extension gradle dependency to your build.gradle file:

implementation 'com.microsoft.appcenter:appium-test-extension:1.6'

Gradle Kotlin DSL: Add the following com.microsoft.appcenter : appium-test-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.appcenter:appium-test-extension:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.appcenter : appium-test-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.appcenter" % "appium-test-extension" % "1.6"

Advertisement