https://github.com/adobe/aem-testing-clients
Testing tools for Adobe Experience Manager
https://github.com/adobe/aem-testing-clients
aem testing
Last synced: 5 months ago
JSON representation
Testing tools for Adobe Experience Manager
- Host: GitHub
- URL: https://github.com/adobe/aem-testing-clients
- Owner: adobe
- License: apache-2.0
- Created: 2018-05-15T10:14:27.000Z (about 8 years ago)
- Default Branch: aem-cloud
- Last Pushed: 2025-11-05T14:18:14.000Z (7 months ago)
- Last Synced: 2025-11-05T14:20:12.609Z (7 months ago)
- Topics: aem, testing
- Language: Java
- Size: 1.91 MB
- Stars: 57
- Watchers: 14
- Forks: 42
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://maven-badges.herokuapp.com/maven-central/com.adobe.cq/aem-cloud-testing-clients)
[](https://circleci.com/gh/adobe/aem-testing-clients/tree/aem-cloud)
[](https://codecov.io/gh/adobe/aem-testing-clients/branch/aem-cloud)
[](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).