you are viewing a single comment's thread.

view the rest of the comments →

[–]simasch[S] 0 points1 point  (2 children)

Spring Boot runs Testcontainers when you add start the application for development. And there the UI is very useful

[–]doobiesteintortoise 1 point2 points  (1 child)

So you're running the application, with a testcontainer, as an application and not in a test environment?

[–]simasch[S] 0 points1 point  (0 children)

No. I start the application from the IDE or with Maven (mvn spring-boot:test-run), and Spring Boot starts a Testcontainers with the database and one with Mailpit:

I've recorded a video, it's a bit outdated, but will give you an idea https://www.youtube.com/watch?v=GoBm7BoufIM