How to use Testcontainers with integration tests?

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 2

  • @asaddimtimkar7544
    @asaddimtimkar7544 7 месяцев назад

    Hello Team,Good knowledgeable videos..
    More to come...
    One Question:
    As i got to know from this demo it was regarding the docker images which are a standard images.. eg.postgress,cassandra or any others...
    What if we have an environment where we need to test a scenario where s2 needs s1 so what if we want to bring up s1 service container..can this be done using test container libs.

    • @RiyadhJUG
      @RiyadhJUG  7 месяцев назад +1

      Yes, for sure you can do it via Generic Containers.
      java.testcontainers.org/features/creating_container/