AludraTest Cloud Manager API

API for the AludraTest Cloud Manager.

Лицензия

Лицензия

Группа

Группа

org.aludratest
Идентификатор

Идентификатор

cloud-manager-api
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

AludraTest Cloud Manager API
API for the AludraTest Cloud Manager.
Ссылка на сайт

Ссылка на сайт

http://www.aludratest.org/cloud-manager-api/
Организация-разработчик

Организация-разработчик

aludratest.org
Система контроля версий

Система контроля версий

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

Скачать cloud-manager-api

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1
javax.el : javax.el-api jar 3.0.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.0
1.0.1
1.0.0