CQ Testing Clients

CQ related clients and testing utilities

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.adobe.cq
ArtifactId

ArtifactId

cq-testing-clients-65
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

CQ Testing Clients
CQ related clients and testing utilities
Project URL

Project URL

https://github.com/adobe/aem-testing-clients
Source Code Management

Source Code Management

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

Download cq-testing-clients-65

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.5
org.mockito : mockito-core jar 2.23.4

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0