Extension on top of testcontainers.org, making it easy to startup Alfresco or Alfred containers in JUnit tests.
Work in progress.
-
Constructing an Alfresco container based on Xenit images
AlfrescoContainer container = new AlfrescoContainer(Edition.COMMUNITY, "6.1")
-
Construction an Alfresco container based on Alfresco images
AlfrescoContainer container = new AlfrescoContainer("docker.io/alfresco/alfresco-content-repository:6.1.1.2")
The testcontainers documentation indicates how the library can / should be used with e.g. JUnit 4 or JUnit 5.
This project is licensed under the Apache V2 License - see the LICENSE file for details.