"How to set up Testcontainers with Spring Boot" has already been described hundreds times. I am not going to write the same things that have already been said but rather discuss the pros and cons of the existing solutions and present one that works for me and I believe works for majority of projects. Specifically, I am looking for a solution that meets following criteria: as little overhead as possiblecontainers are started only once for all tests containers are started in parallel no require...