Skip to content

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

License

Notifications You must be signed in to change notification settings

xenit-eu/xenit-testcontainers

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages