This workshop will explain how to use Testcontainers ( https://www.testcontainers.org ) in your Java applications.
- Introduction
- Step 1: Getting Started
- Step 2: Exploring the app
- Step 3: Adding some tests
- Step 4: Your first Testcontainers integration
- Step 5: Hello, r u 200 OK?
- Step 6: Adding Redis
- Step 7: Test the API
- Step 8: Edge cases
- Step 9: Data initialization strategies
- Step 10: Migrating from Docker Compose
- Step 11: Chaos Engineering
- Step 12: Custom Modules