https://www.manning.com/books/testing-java-microservices
This project is a testbed to prototyping tests against micro-services using various technologies.
Be aware that some of the tests are designed to block for the demo - You will need to add breakpoints to break out.
Sometimes you might need to cleanup
docker-compose -f service/docker-compose.yml down
- Linux, Windows or MacOS
- JDK 1.8.x or newer
- Maven 3.5.2 or newer
- Docker 17.12 or newer
- Docker Compose 1.21 or newer
mvn [clean] verify