Giter Club home page Giter Club logo

auto-sdk-java's Introduction

Applause Java Automation SDK

The Applause Java SDK contains the bulk of the client side logic Applause Automation. This SDK will serve as a library component distributed with the Applause Automation Java Template.

This Library will be deployed via a self hosted maven repo, and will allow anyone to download the deployed library

Building

Maven is supported for building

  • Maven
    • build mvn clean install

Documentation

Detailed documentation on the use of the Applause Java Automation SDK can be found in the user guide.

Distribution

This library is deployed to a maven distribution location listed below

Maven

The consuming package needs to specify the repository to pull the compiled library from and the version of that library to fetch. This is done with the following maven code.

	<repositories>
		<repository>
			<id>applause-public-repo</id>
			<url>https://repo.applause.com/repository/public</url>
			<snapshots>
				<enabled>false</enabled>
				<updatePolicy>always</updatePolicy>
			</snapshots>
		</repository>
	</repositories>

The user can then specify the version of the SDK Library to import using the following:

        <dependency>
		<groupId>com.applause</groupId>
		<artifactId>auto-sdk-java</artifactId>
		<version>${com.applause.sdk.java.version}</version>
	</dependency>

Technical Details

This section is for detailed technical information related to developing the framework.

Example

mvn clean compile test -DsuiteFile=testng-unitSandbox.xml -DcapsFile=local_chrome.json -DreportingEnabled=false -DuseLocalDrivers=true

Testing

There's a large set of unit tests for this library.

Checking your environment. To build/test this module require the following components be installed locally

  • Java Development Kit (JDK) 21 or latter
  • Maven 3.8.6 or latter

auto-sdk-java's People

Contributors

rconner46 avatar applause-jenkins avatar

Watchers

Matt Foxvog avatar Paul Blazejewski avatar  avatar Jordan King avatar Patrick Rockecharlie avatar Ales Verbic avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.