You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the code, I see https://github.com/testcontainers/testcontainers-java is more simple to follow, however, I may be missing the bigger picture of integration testing and hence unable to know when to use which framework.
Any insights would be of good help.
The text was updated successfully, but these errors were encountered:
Testcontainers spring boot example is how Spring Boot has been supporting Testcontainers so far through @DynamicPropertySource. PlaytikaOSS/testcontainers-spring-boot has been symplifying that approach by automatically detecting and auto-configuring what I just described. Starting with Spring Boot 3.1 there is a new feature ServiceConnections which support Testcontainers OOTB.
We are in the process of deciding for springboot we need to use https://github.com/PlaytikaOSS
/testcontainers-spring-boot
or
https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot
Any good comparison documentation, even if this project depends on https://github.com/testcontainers/testcontainers-java i.e. when to use this or that..
From the code, I see https://github.com/testcontainers/testcontainers-java is more simple to follow, however, I may be missing the bigger picture of integration testing and hence unable to know when to use which framework.
Any insights would be of good help.
The text was updated successfully, but these errors were encountered: