saidone75 / xenit-testcontainers

Extension on top of https://www.testcontainers.org/, making it easy to startup Alfresco or Alfred containers in JUnit tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xenit testcontainers

Apache License 2

Extension on top of testcontainers.org, making it easy to startup Alfresco or Alfred containers in JUnit tests.

Work in progress.

Alfresco testcontainers

Available containers

AlfrescoContainer

  • 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")

Usage

The testcontainers documentation indicates how the library can / should be used with e.g. JUnit 4 or JUnit 5.

License

This project is licensed under the Apache V2 License - see the LICENSE file for details.

About

Extension on top of https://www.testcontainers.org/, making it easy to startup Alfresco or Alfred containers in JUnit tests.

License:Apache License 2.0


Languages

Language:Java 100.0%