AludraTest Cloud Manager API

API for the AludraTest Cloud Manager.

License

License

GroupId

GroupId

org.aludratest
ArtifactId

ArtifactId

cloud-manager-api
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

AludraTest Cloud Manager API
API for the AludraTest Cloud Manager.
Project URL

Project URL

http://www.aludratest.org/cloud-manager-api/
Project Organization

Project Organization

aludratest.org
Source Code Management

Source Code Management

https://github.com/AludraTest/cloud-manager-api.git

Download cloud-manager-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.aludratest/cloud-manager-api/ -->
<dependency>
    <groupId>org.aludratest</groupId>
    <artifactId>cloud-manager-api</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aludratest/cloud-manager-api/
implementation 'org.aludratest:cloud-manager-api:1.1.0'
// https://jarcasting.com/artifacts/org.aludratest/cloud-manager-api/
implementation ("org.aludratest:cloud-manager-api:1.1.0")
'org.aludratest:cloud-manager-api:jar:1.1.0'
<dependency org="org.aludratest" name="cloud-manager-api" rev="1.1.0">
  <artifact name="cloud-manager-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aludratest', module='cloud-manager-api', version='1.1.0')
)
libraryDependencies += "org.aludratest" % "cloud-manager-api" % "1.1.0"
[org.aludratest/cloud-manager-api "1.1.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.myfaces.core : myfaces-api jar 2.2.6
org.json : json jar 20080701
joda-time : joda-time jar 2.8.1
org.databene : databene-commons jar 1.0.5
javax.ws.rs : javax.ws.rs-api jar 2.0
org.codehaus.plexus : plexus-container-default jar 1.6
org.codehaus.plexus : plexus-component-annotations jar 1.6

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
javax.el : javax.el-api jar 3.0.0

Project Modules

There are no modules declared in this project.

Build Status

Build Status

cloud-manager-api

API for the AludraTest Cloud Manager.

Include a dependency to this module in your custom Resource Module for AludraTest Cloud Manager.

The entry class CloudManagerApp and its static accessor getInstance() allows access to most of the ACM functionality.

Documentation on how to create your custom Resource Module will follow. For the time being, you can examine the cloud-manager-selenium module for an example for a Resource Module. Note the src/main/resources/META-INF/plexus/components.xml file, which is the "hook" to register the module within ACM.

Generate Architecture Report

A ConQAT compatible architecture is included in this project. To generate the HTML report, execute

mvn clean compile site -P run-conqat

This will download the ConQAT binaries into ./conqat/engine, if they are not already present (around 50 MB, please ensure you have an internet connection active), and execute ConQAT during site generation. You will find the ConQAT report in

target/site/conqat/index.html
org.aludratest

AludraTest

Open-source test automation framework

Versions

Version
1.1.0
1.0.1
1.0.0