Spring Boot ❤️ Testcontainers by Iván López
In 2023, we all agree that testing our applications is essential. We write unit tests without any trouble, but what about integration tests? How can we test the different services we use in our Spring applications in a safe and reliable way?
Testcontainers integrates seamlessly and transparently with Spring Boot to offer a unit testing-like experience, but with integration tests that use real services running in containers: Kafka, Postgresql, MySql, Elasticsearch, and anything else that can be run in Docker.
In this talk, you will learn how to use Testcontainers in your Spring Boot tests without compromising the speed of your development cycle and leveraging all the potential it offers.