An open API service indexing awesome lists of open source software.

https://github.com/holixon/axon-server-testcontainer

Running Axon Server in Testcontainers tests.
https://github.com/holixon/axon-server-testcontainer

axon-server test testcontainer

Last synced: 7 months ago
JSON representation

Running Axon Server in Testcontainers tests.

Awesome Lists containing this project

README

          

# Axon Server TestContainer

Running axon server in [testcontainers](https://www.testcontainers.org/) tests.

[![incubating](https://img.shields.io/badge/lifecycle-INCUBATING-orange.svg)](https://github.com/holisticon#open-source-lifecycle)
[![Build Status](https://github.com/holixon/axon-server-testcontainer/workflows/Development%20branches/badge.svg)](https://github.com/holixon/axon-server-testcontainer/actions)
[![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-RED.svg)](https://holisticon.de/)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.holixon.axon.testing/axon-server-testcontainer/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.holixon.axon.testing/axon-server-testcontainer)

## Idea

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

## Usage

```

io.holixon.axon.testing
axon-server-testcontainer
0.0.2
test

```

see [AxonServerContainerITest](https://github.com/holixon/axon-server-testcontainer/blob/58194a1ebe71fff1d953debcda4d7b1dc37e8271/src/test/kotlin/AxonServerContainerKotlinITest.kt)