CQ Testing Clients

CQ related clients and testing utilities

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.adobe.cq
Идентификатор

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

cq-testing-clients-65
Последняя версия

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

CQ Testing Clients
CQ related clients and testing utilities
Ссылка на сайт

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

https://github.com/adobe/aem-testing-clients
Система контроля версий

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

https://github.com/adobe/aem-testing-clients

Скачать cq-testing-clients-65

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

<!-- https://jarcasting.com/artifacts/com.adobe.cq/cq-testing-clients-65/ -->
<dependency>
    <groupId>com.adobe.cq</groupId>
    <artifactId>cq-testing-clients-65</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.cq/cq-testing-clients-65/
implementation 'com.adobe.cq:cq-testing-clients-65:1.1.1'
// https://jarcasting.com/artifacts/com.adobe.cq/cq-testing-clients-65/
implementation ("com.adobe.cq:cq-testing-clients-65:1.1.1")
'com.adobe.cq:cq-testing-clients-65:jar:1.1.1'
<dependency org="com.adobe.cq" name="cq-testing-clients-65" rev="1.1.1">
  <artifact name="cq-testing-clients-65" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.cq', module='cq-testing-clients-65', version='1.1.1')
)
libraryDependencies += "com.adobe.cq" % "cq-testing-clients-65" % "1.1.1"
[com.adobe.cq/cq-testing-clients-65 "1.1.1"]

Зависимости

compile (14)

Идентификатор библиотеки Тип Версия
org.apache.sling : org.apache.sling.testing.clients jar 1.2.4
org.apache.sling : org.apache.sling.testing.rules jar 1.0.8
commons-io : commons-io jar 2.5
joda-time : joda-time jar 2.3
org.apache.taglibs : taglibs-standard-impl jar 1.2.5
com.google.code.gson : gson jar 2.6.2
com.google.code.findbugs : jsr305 jar 3.0.2
org.apache.sling : org.apache.sling.api jar 2.16.0
javax.servlet : servlet-api jar 2.4
javax.jcr : jcr jar 2.0
com.fasterxml.jackson.core : jackson-core jar 2.10.1
com.fasterxml.jackson.core : jackson-databind jar 2.10.1
org.osgi : org.osgi.compendium jar 5.0.0
org.slf4j : slf4j-api jar 1.7.5

test (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.5
org.mockito : mockito-core jar 2.23.4

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

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

Maven Central CircleCI codecov javadoc

AEM testing clients

HTTP testing clients and utilities for AEM, based on sling.testing.clients.

How to use

Add the following dependency to your tests project to start writing integration tests:

<dependencies>
    <dependency>
        <groupId>com.adobe.cq</groupId>
        <artifactId>aem-cloud-testing-clients</artifactId>
        <version>0.4.0</version>
    </dependency>
</dependencies>

For an example of a test module, check the aem-test-samples

Documentation

Development

For building from sources, clone the repository and use maven:

mvn clean install

PRs and issues are welcome, please reade our CONTRIBUTING guideline.

com.adobe.cq

Adobe, Inc.

Open source from Adobe

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

Версия
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0