Dockerunit is an extensible framework for testing of dockerised services/applications in JUnit (4 or 5) based test suites.
Quick Start
Documentation
Support / Discussion
Development
Prerequisites
- Java 8
- Maven 3.6+
- Docker (for running integration tests)
Build
mvn clean verify
Tests
mvn test
Contributing
Versioning
This project adheres to semantic versioning.
Modules are always released together, even if a particular module had no changes since the last release it will still have it's version bumped whenever any one module needs to be released.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details