All Projects → adobe → Aem Testing Clients

adobe / Aem Testing Clients

Licence: apache-2.0
Testing tools for Adobe Experience Manager

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Aem Testing Clients

aem-spa-component-mapping
Provides a way to map Single Page Application front-end components with Adobe Experience Manager resource types.
Stars: ✭ 20 (-42.86%)
Mutual labels:  aem
gradle-aem-multi
Example Multi-Module AEM application built by Gradle Build System
Stars: ✭ 31 (-11.43%)
Mutual labels:  aem
Aem Links
Adobe Experience Manager links, cheat sheets and solutions to common problems.
Stars: ✭ 254 (+625.71%)
Mutual labels:  aem
wcm-io-caconfig
Context-Aware Configuration for AEM applications.
Stars: ✭ 16 (-54.29%)
Mutual labels:  aem
webinar-dispatchercache
Sample code and configurations to support a webinar showing how to optimize dispatcher caching with Adobe CQ.
Stars: ✭ 48 (+37.14%)
Mutual labels:  aem
AEM-DataLayer
Simple DataLayer API for Adobe Experience Manager
Stars: ✭ 33 (-5.71%)
Mutual labels:  aem
aem-clientlib-async
Create AEM clientlibs that can output 'async', 'defer' and 'onload' attributes on your HTML script elements.
Stars: ✭ 45 (+28.57%)
Mutual labels:  aem
Aem Core Wcm Components
Set of standardized components to build websites on AEM.
Stars: ✭ 465 (+1228.57%)
Mutual labels:  aem
aem-osgi-annotation-demo
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Stars: ✭ 42 (+20%)
Mutual labels:  aem
request log analyzer
Extract some performance metrics from the request.log of a CQ/AEM instance. It can be used as an alternative to or in addition to `rlog.jar`.
Stars: ✭ 27 (-22.86%)
Mutual labels:  aem
aemtools
AEM Tools is Intellij IDEA plugin containing Adobe Experience Manager related features
Stars: ✭ 49 (+40%)
Mutual labels:  aem
Slice
Slice - a framework which simplifies Sling/AEM development by using dependency injection pattern and mapping Sling resources into Java objects
Stars: ✭ 64 (+82.86%)
Mutual labels:  aem
AEM-UP
🚀 AEM Author, Dispatcher and Publisher in one VM managed via Vagrant and provisioned via Ansible
Stars: ✭ 18 (-48.57%)
Mutual labels:  aem
wcm-io-tooling
Tooling for Maven and IDEs.
Stars: ✭ 12 (-65.71%)
Mutual labels:  aem
Aem Project Archetype
Maven template to create best-practice websites on AEM.
Stars: ✭ 337 (+862.86%)
Mutual labels:  aem
aem-spa-project-archetype
Maven Archetype for creating new AEM SPA projects
Stars: ✭ 64 (+82.86%)
Mutual labels:  aem
aem-cif-project-archetype
Maven template to create new CIF Project AEM projects that follow best practices
Stars: ✭ 20 (-42.86%)
Mutual labels:  aem
Aem Package Manager
A tool for managing AEM packages from the command line.
Stars: ✭ 11 (-68.57%)
Mutual labels:  aem
Acs Aem Commons
Stars: ✭ 394 (+1025.71%)
Mutual labels:  aem
aem-orchestrator
Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder
Stars: ✭ 12 (-65.71%)
Mutual labels:  aem

Maven Central CircleCI codecov javadoc

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>aem-cloud-testing-clients</artifactId>
        <version>0.4.0</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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].