Download sauce_testng-2.1.23.jar file

Introduction

You can download sauce_testng-2.1.23.jar in this page.

License

Open Source

Type List

sauce_testng-2.1.23.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.saucelabs/sauce_testng/pom.properties
META-INF/maven/com.saucelabs/sauce_testng/pom.xml
com.saucelabs.testng.SauceBrowserDataProvider.class
com.saucelabs.testng.SauceOnDemandAuthenticationProvider.class
com.saucelabs.testng.SauceOnDemandTestListener.class

Pom

sauce_testng-2.1.23.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <artifactId>sauce_java</artifactId>
        <groupId>com.saucelabs</groupId>
        <version>2.1.23</version>
    </parent>
    <artifactId>sauce_testng</artifactId>
    <name>sauce_testng</name>
    <dependencies>
        <dependency>
            <groupId>com.saucelabs</groupId>
            <artifactId>sauce_java_common</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.googlecode.json-simple</groupId>
            <artifactId>json-simple</artifactId>
            <version>1.1.1</version>
        </dependency>
        <dependency>
            <groupId>com.saucelabs</groupId>
            <artifactId>saucerest</artifactId>
            <version>1.0.32</version>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>2.6</version>
        </dependency>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>6.9.10</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.19</version>
                <configuration>
                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
                    <suiteXmlFiles>
                        <suiteXmlFile>src/test/resources/xml/testng.xml</suiteXmlFile>
                    </suiteXmlFiles>
                </configuration>

            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>com.saucelabs</groupId>
   <artifactId>sauce_testng</artifactId>
   <version>2.1.23</version>
</dependency>

Download

If you think the following sauce_testng-2.1.23.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download sauce_testng-2.1.23.jar file




PreviousNext

Related