Write maintainable integration test with Docker - Gianluca Arbezzano
About this talk
This talk explores the challenges and importance of integration testing, emphasizing the complexities of managing application dependencies like caches and databases. Gianluca, the maintainer of the Golang implementation of Testcontainer, demonstrates how this open-source library leverages the Docker API to facilitate easier writing and maintenance of integration tests. He showcases practical examples of using Testcontainer to create unit tests in Go with minimal overhead, providing attendees with actionable insights for their testing strategies.