In this blog, you will learn how to get started with jOOQ, Liquibase and Testcontainers. You will create a basic Spring Boot application and integrate the aforementioned techniques including a test setup. Furthermore, you will use Spring Boot Docker Compose support to run the application in no time. Enjoy!
Continue reading “Integrate Spring Boot with jOOQ, Liquibase and Testcontainers”Unit Integration Testing with Testcontainers Docker Compose
Is your test dependent of multiple other applications and you want to create an integration test using Testcontainers? Then the Testcontainers Docker Compose Module is the solution. In this blog, you will learn how convenient it is to create an integration test using multiple Testcontainers. Enjoy!
Continue reading “Unit Integration Testing with Testcontainers Docker Compose”Easy Integration Testing With Testcontainers
In this post, we will take a look at how we can use Testcontainers for our integration tests. Testcontainers will allow us to write integration tests making use of containerized databases, message queues, web browsers, etc. without a dependency on a local installation.
Continue reading “Easy Integration Testing With Testcontainers”
