Running complex testing project setups with Testcontainers

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 6

  • @arturrist
    @arturrist 2 ปีที่แล้ว +1

    Very clear examples. Good presentation.

  • @stuff26422
    @stuff26422 2 ปีที่แล้ว +1

    Awesome. Will definitely use this approach. Thanks a lot!

  • @fluuorid4288
    @fluuorid4288 ปีที่แล้ว

    Would the system test work in an automated way on Jenkins in a docker container (docker in docker)?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  ปีที่แล้ว

      Actually yes, you can either run docker in docker (as in inception), or (more common) point to the docker_host from within docker and start containers next to the container. Jenkins would likely need privileged rights for that.

  • @hendisantika
    @hendisantika 2 ปีที่แล้ว

    How do we mix testcontainers, mysql & flyway?

  • @saeidrasouli1190
    @saeidrasouli1190 3 ปีที่แล้ว

    Thanks