An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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).