This post shows how to do integration testing of a ReST service as part of Gradle build process, using Spock to implement the test and Docker to make required database available. It’s build upon the example project described in my previous blog post. Following technologies are used: ReST service is implemented with Spring Boot Database is MongoDB running in Docker container Gradle used to build an