- For each step (start with 3rd) branch has been created
- If there are substeps - they have own commits
- If I had comments for step, they will be included in step-n-comment.md file.
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