# aem-testing-clients **Repository Path**: mirrors_adobe/aem-testing-clients ## Basic Information - **Project Name**: aem-testing-clients - **Description**: Testing tools for Adobe Experience Manager - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: aem-cloud - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.adobe.cq/aem-cloud-testing-clients/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.adobe.cq/aem-cloud-testing-clients) [![CircleCI](https://circleci.com/gh/adobe/aem-testing-clients/tree/aem-cloud.svg?style=svg)](https://circleci.com/gh/adobe/aem-testing-clients/tree/aem-cloud) [![codecov](https://img.shields.io/codecov/c/github/adobe/aem-testing-clients/aem-cloud.svg)](https://codecov.io/gh/adobe/aem-testing-clients/branch/aem-cloud) [![javadoc](https://javadoc.io/badge2/com.adobe.cq/aem-cloud-testing-clients/javadoc.svg)](https://javadoc.io/doc/com.adobe.cq/aem-cloud-testing-clients) # AEM testing clients HTTP testing clients and utilities for AEM, based on [sling.testing.clients](https://github.com/apache/sling-org-apache-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: ```xml com.adobe.cq aem-cloud-testing-clients 1.2.2 ``` For an example of a test module, check the [aem-test-samples](https://github.com/adobe/aem-test-samples) ## Documentation * Check the [wiki](https://github.com/adobe/aem-testing-clients/wiki) * Read the README from [sling.testing.clients](https://github.com/apache/sling-org-apache-sling-testing-clients) and [sling.testing.rules](https://github.com/apache/sling-org-apache-sling-testing-rules) ## Development For building from sources, clone the repository and use maven: ```bash mvn clean install ``` PRs and issues are welcome, please reade our [CONTRIBUTING guideline](CONTRIBUTING.md).