workshop
  • 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
Powered by GitBook
On this page
  • Introduction
  • Table of contents

Introduction

Open in GitHub Codespaces

Introduction

This workshop will explain how to use Testcontainers ( https://www.testcontainers.org ) in your Java applications.

Table of contents

  • 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

NextStep 1: Getting Started

Last updated 2 years ago