estcontainers is an open-source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. Integrated with test frameworks such as JUnit and Spock, it simplifies the same system in production and during tests, so it's no longer needed to use something like H2 for tests.
Micronaut takes Testcontainers further, eliminating the need of actually using the Testcontainers API. It will provision the test resource automatically for both development mode and testing.
In this session, Micronaut committer Álvaro Sánchez-Mariscal will demonstrate with examples how Micronaut Test Resources works, and how this integration dramatically improves the developer experience.