Running isolated integration tests with Testcontainers

Betatalks #86

Max and Oscar discuss using Testcontainers to run integration tests within isolated Docker environments. This prevents test interference and allows faster parallel testing. Max demonstrates building the Docker images for an API and database. These Docker images are then used within integration tests that start and stop containerized versions of the application for each individual test run through Testcontainers.


Back to the overview of all Betatalks