io.holixon.axon.testing:axon-server-testcontainer

Testcontainer for Axon Server


Keywords
axon-server, test, testcontainer
License
Apache-2.0

Documentation

Axon Server TestContainer

Running axon server in testcontainers tests.

incubating Build Status sponsored Maven Central

Idea

Run an Axon Server docker container from within your (junit) tests.

Usage

<dependency>
    <groupId>io.holixon.axon.testing</groupId>
    <artifactId>axon-server-testcontainer</artifactId>
    <version>0.0.2</version>
    <scope>test</scope>
</dependency>

see AxonServerContainerITest