All topics / Testcontainers, From Zero

Testcontainers, From Zero

Integration tests against the real thing: spin up a throwaway Postgres, Kafka, or Redis in Docker for each test run, then tear it down automatically.

  1. Why mocks lie and what a container gives you
  2. The everyday loop: start, connect, tear down
  3. Production reality: Docker, speed, and CI