testcontainers topic
spring-test-kafka
Tools for integration testing of Apache Kafka with SpringBoot applications
spring-examples
Java 17 and Spring-Boot examples and demo projects.
spring-jooq-flyway-testcontainers-junit5
🚀 Example project with configured Spring Boot, JooQ, TestContainers, MySQL container and JUnit5
webflux-r2dbc-kotlin
Spring Boot 2.3.2 - WebFlux (functional style) - R2DBC H2 - Kotlin (coroutines) - (with tests that can use Testcontainers MySQL or Postgres)
testcontainers-cypress
Testcontainers module for running Cypress tests
testcontainers
pre-configured testcontainers for your golang integration tests.
java-testing-toolbox
:wrench: Testing Tools & Libraries Every Java Developer Must Know
testing-spring-boot-applications-primer
🚀 Getting Started with Testing Spring Boot Applications
hivemq-testcontainer
Automatic starting HiveMQ docker containers for JUnit4 and JUnit5 tests. This enables testing MQTT client applications and integration testing of custom HiveMQ extensions.
spring-cloud-stream-event-sourcing-testcontainers
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...