Skip to content

holixon/axon-server-testcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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