A new episode of “Spring Time” youtube series: Integration Testing with Testcontainers
#spring_boot #testcontainers
#spring_boot #testcontainers
YouTube
Integration Testing with Testcontainers
In this episode, we discover a beautiful library for integration called Testcontainers. With Testcontainers, we can start external resources, such as the Postgres database, for the duration of the tests. We’re going to replace the H2 database with Postgres…