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.
- Host: GitHub
- URL: https://github.com/holixon/axon-server-testcontainer
- Owner: holixon
- License: apache-2.0
- Created: 2021-11-12T13:43:09.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-04T21:30:17.000Z (over 2 years ago)
- Last Synced: 2025-07-04T04:41:14.438Z (9 months ago)
- Topics: axon-server, test, testcontainer
- Language: Kotlin
- Homepage:
- Size: 270 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Axon Server TestContainer
Running axon server in [testcontainers](https://www.testcontainers.org/) tests.
[](https://github.com/holisticon#open-source-lifecycle)
[](https://github.com/holixon/axon-server-testcontainer/actions)
[](https://holisticon.de/)
[](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)