MVN

io.github.ricardorlg : devicefarm-tractor-maven-plugin

Maven & Gradle

Mar 25, 2022
3 stars

AWS Device farm tractor maven plugin · Maven plugin to run Serenity BDD appium tests in AWS Device farm, using device farm tractor

<plugin>
    <groupId>io.github.ricardorlg</groupId>
    <artifactId>devicefarm-tractor-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ricardorlg : devicefarm-tractor-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.github.ricardorlg : devicefarm-tractor-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
devicefarm-tractor-maven-plugin-1.1.0
1.0.x
devicefarm-tractor-maven-plugin-1.0.6
devicefarm-tractor-maven-plugin-1.0.5
devicefarm-tractor-maven-plugin-1.0.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.ricardorlg</groupId>
    <artifactId>devicefarm-tractor-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Advertisement