Adobe DX - Testing

Testing utilities for dx project

License

License

GroupId

GroupId

com.adobe.dx
ArtifactId

ArtifactId

testing
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Adobe DX - Testing
Testing utilities for dx project
Project Organization

Project Organization

The Apache Software Foundation

Download testing

How to add to project

<!-- https://jarcasting.com/artifacts/com.adobe.dx/testing/ -->
<dependency>
    <groupId>com.adobe.dx</groupId>
    <artifactId>testing</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.dx/testing/
implementation 'com.adobe.dx:testing:0.1.0'
// https://jarcasting.com/artifacts/com.adobe.dx/testing/
implementation ("com.adobe.dx:testing:0.1.0")
'com.adobe.dx:testing:jar:0.1.0'
<dependency org="com.adobe.dx" name="testing" rev="0.1.0">
  <artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.dx', module='testing', version='0.1.0')
)
libraryDependencies += "com.adobe.dx" % "testing" % "0.1.0"
[com.adobe.dx/testing "0.1.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.0
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.mockito : mockito-all jar 1.9.5
io.wcm : io.wcm.testing.aem-mock.junit5 jar 3.0.2
org.apache.sling : org.apache.sling.testing.logging-mock jar 2.0.0
org.apache.sling : org.apache.sling.testing.sling-mock-oak jar 2.1.10-1.16.0
org.apache.sling : org.apache.sling.testing.caconfig-mock-plugin jar 1.3.0

provided (7)

Group / Artifact Type Version
org.osgi : org.osgi.annotation.versioning jar 1.1.0
org.osgi : org.osgi.service.component.annotations jar 1.4.0
javax.servlet : javax.servlet-api jar 3.1.0
org.osgi : osgi.core jar 6.0.0
org.osgi : osgi.cmpn jar 6.0.0
javax.annotation : javax.annotation-api jar 1.3.2
com.adobe.aem : uber-jar jar 6.4.8.1

Project Modules

There are no modules declared in this project.

Adobe Dx

Quality gate

Build Coverage

  • dx core Maven Central
  • dx testing extenstion Maven Central
  • dx admin Maven Central
  • dx structure components Maven Central
  • dx content components Maven Central

Description

A toolkit for AEM to help build exceptional digital experiences, on top of AEM core components

building DX modules

first ensure you have adobe public repository setup (see 'adobe-public' profile in our bots settings.xml file)

DX is a set of modules that can be used separately, you can build them all using

mvn

command at the root of the project. all package contains all modules.

you might want to just install docs application, after the build just run cd apps/docs && mvn content-package:install

if you want your build to be directly installed to your local aem instance, just add install-all maven profile

mvn -Pinstall-all

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Releasing

For authorized people willing to release a module, look at Release guide for more information.

Discussion

For ongoing discussions related to adobe-dx, see the adobe-dx-dev page.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

com.adobe.dx

Adobe, Inc.

Open source from Adobe

Versions

Version
0.1.0
0.0.10