- JUnit 5 Parameter Resolver & API that minimally leverages the Docker Engine API.
-
A "keep it simple" JUnit 5 Parameter Resolver & API that lets you easily:
- pull docker images - if not already pulled.
- start containers - with various, optional, parameters - i.e. ports; networks; volumes; commands.
- stop containers.
-
Uses a simple config.json file to define container setup; then flesh out your test with simple API calls that sit on top of the Docker Enginer API.
2. Publishing to Maven Central
- decrypt settings.xml.pgp
- cp settings.xml ~/.m2
export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64"
- mvn -DperformRelease=true clean deploy
- enter private pgp key password
- visit:
- (optionally) https://www.youtube.com/watch?v=dXR4pJ_zS-0&feature=youtu.be
- remove "-SNAPSHOT" in pom.xml + increment version #.
- mvn -DperformRelease=true clean deploy
- enter private pgp key password