testcontainers topic

List testcontainers repositories
trafficstars

spring-test-kafka

17
Stars
4
Forks
Watchers

Tools for integration testing of Apache Kafka with SpringBoot applications

spring-examples

110
Stars
51
Forks
Watchers

Java 17 and Spring-Boot examples and demo projects.

🚀 Example project with configured Spring Boot, JooQ, TestContainers, MySQL container and JUnit5

webflux-r2dbc-kotlin

45
Stars
10
Forks
Watchers

Spring Boot 2.3.2 - WebFlux (functional style) - R2DBC H2 - Kotlin (coroutines) - (with tests that can use Testcontainers MySQL or Postgres)

testcontainers-cypress

58
Stars
16
Forks
Watchers

Testcontainers module for running Cypress tests

testcontainers

19
Stars
10
Forks
Watchers

pre-configured testcontainers for your golang integration tests.

java-testing-toolbox

60
Stars
30
Forks
Watchers

:wrench: Testing Tools & Libraries Every Java Developer Must Know

🚀 Getting Started with Testing Spring Boot Applications

hivemq-testcontainer

22
Stars
5
Forks
Watchers

Automatic starting HiveMQ docker containers for JUnit4 and JUnit5 tests. This enables testing MQTT client applications and integration testing of custom HiveMQ extensions.

Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will impl...