8000 GitHub - dulvac/aem-testing-clients: Testing tools for Adobe Experience Manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dulvac/aem-testing-clients

 
 

Repository files navigation

CircleCI codecov

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>cq-testing-clients-64</artifactId>
        <version>0.1.1</version>
    </dependency>
</dependencies>

The artifact is available on Maven Central and it is discoverable in any default maven installation.

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.

About

Testing tools for Adobe Experience Manager

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0