Archive
Posts Tagged ‘gradle’
Running your java integration tests with Gradle and docker-compose with only one command (optionally with Bitbucket Pipelines)
2 September 2020
4 comments
This article will show you how to run your java integration tests with Docker containers running via docker-compose by only running the Gradle build-step and without needing to fiddle with Docker or docker-compose.
As an addition I’ll also show how to do it on Bitbucket Pipelines, but of course you can skip this step.
