gradle-docker-compose-plugin

Simplifies usage of Docker Compose for integration testing in Gradle environment. (by avast)

Gradle-docker-compose-plugin Alternatives

Similar projects and alternatives to gradle-docker-compose-plugin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gradle-docker-compose-plugin alternative or higher similarity.

gradle-docker-compose-plugin reviews and mentions

Posts with mentions or reviews of gradle-docker-compose-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-27.
  • Testcontainers
    16 projects | news.ycombinator.com | 27 Feb 2024
    Something that improved developer experience by far and also sped up our builds is starting the container dependencies via docker-compose and connect to it for integration testing. This allows reuse of containers, you can connect to it after/during an integration test to debug without having to keep searching for ports constantly.

    With TestContainers - I've perceived that running integration tests / a single test repeatedly locally is extremely slow as the containers are shut down when the java process is killed. This approach allows for this while also allowing to keep it consistent - example, just mount the migrations folder in the start volume of your DB container and you have a like-for-like schema of your prod DB ready for integration tests.

    I've found the https://github.com/avast/gradle-docker-compose-plugin/ very useful for this.

Stats

Basic gradle-docker-compose-plugin repo stats
1
402
6.9
7 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com