Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.85 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.85 KB

Maven Central CircleCI codecov javadoc

AEM testing clients

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

Note

Only the branch aem-cloud in this repository is being maintained. Older version branches might be kept for history only.

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>1.2.2</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.