About this Catalog

Alfresco Addons Catalog is a community-driven space where customers, partners, and community members can showcase add-ons, solutions, and real-world use cases built around Alfresco. Browse the catalog to quickly discover extensions and ideas that may inspire or accelerate your projects.


Want to share your own work?

Click “+ Submit Entry” to suggest a new listing, every submission is reviewed by the Hyland Team before it appears here.

Alfresco Testcontainers

by AlfrescoLabs

Community

Testcontainers integration for Alfresco that lets you spin up a full ACS stack (Repository, PostgreSQL, ActiveMQ) in JUnit 4 or JUnit 5 integration tests with a single annotation.

screenshot

Compatibility ACS 23.x, ACS 25.x

License Apache-2.0

Keywordstesting, testcontainers, junit, integration-test, developer-tools, java

Download

About

A Java library that integrates Alfresco with Testcontainers for realistic integration testing without a running ACS instance.

<dependency>
  <groupId>org.alfresco</groupId>
  <artifactId>alfresco-testcontainers</artifactId>
  <version>0.8.0</version>
  <scope>test</scope>
</dependency>
  • JUnit 4 (@Rule) and JUnit 5 (@Container) support
  • Access to internal containers: getPostgreSQLContainer(), getActivemqContainer()
  • Enable ActiveMQ via withMessagingEnabled()
  • Enterprise images supported via DockerImageName.parse("quay.io/alfresco/...")

Update Entry Request Removal