Local Development with Test ContainersIn this post, we will discuss how to use Test Containers for local development. Test Containers is a Java library that allows you to run Docker containers in your JUnit tests. This is useful for te... Jun 4, 2024 Development