testcontainers
There are 1010 repositories under testcontainers topic.
testcontainers/testcontainers-go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
testcontainers/testcontainers-node
Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
testcontainers/testcontainers-python
Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
adobe/S3Mock
A mock implementation of the AWS S3 API startable as Docker image, TestContainer, JUnit 4 rule, JUnit Jupiter extension or TestNG listener
testcontainers/testcontainers-rs
A library for integration-testing against docker containers from within Rust.
PlaytikaOSS/testcontainers-spring-boot
Container auto-configurations for Spring Boot based integration tests
rieckpil/blog-tutorials
:star: Codebase for various tutorials about Java, Spring Boot, AWS, Kotlin, and Testing
opentable/otj-pg-embedded
Java embedded PostgreSQL component for testing
zonkyio/embedded-database-spring-test
A library for creating isolated embedded databases for Spring-powered integration tests.
dasniko/testcontainers-keycloak
A Testcontainer implementation for Keycloak IAM & SSO.
SaiUpadhyayula/spring-boot-3-microservices-course
Spring Boot 3 Microservices Course Repository
rieckpil/testing-spring-boot-applications-masterclass
🍃 Master Spring Boot Testing: From Uncertain Deployments to Production Confidence
joyrex2001/kubedock
Kubedock is a minimal implementation of the docker api that will orchestrate containers on a Kubernetes cluster, rather than running containers locally.
Trendyol/stove
Stove: The easiest way of writing e2e/component tests for your JVM back-end app with Kotlin
testcontainers/moby-ryuk
Schedule Moby/Docker containers cleanup after specific delay.
hantsy/spring-r2dbc-sample
Code samples for demonstrating R2dbc, Spring R2dbc, and Spring Data R2dbc.
RawSanj/spring-redis-websocket
Multi-instance Reactive WebSocket messaging Chat App demo using Spring Boot 3.x, Java 21 and Redis Pub/Sub
sivaprasadreddy/spring-boot-microservices-course
YouTube Spring Boot Microservices Course Application
mfvanek/pg-index-health
pg-index-health is an embeddable schema linter for PostgreSQL that detects common anti-patterns and promotes best practices.
ThomasVitale/spring-boot-multitenancy
Samples showing how to build multitenant applications with Java and Spring Boot
dipjyotimetia/HybridTestFramework
End to End testing of Web, API, Cloud, Events and Security
testcontainers/testcontainers-rs-modules-community
Community maintained modules for Testcontainers for Rust
jaguililla/hexagonal_spring
Spring template for a REST service designed with Hexagonal architecture
ionutbalosin/ecommerce-app
eCommerce application is a platform where customers can find products, shop around using a cart, check out the products and initiate payments. It is used for the didactic purpose only, as a support project for my training.
jveverka/spring-examples
Java 17 and Spring-Boot examples and demo projects.
dr-marek-jaskula/DomainDrivenDesignUniversity
This project was made for tutorial purpose - to clearly present the domain driven design concept.
redis-developer/agentic-rag
Complete example of how to build an Agentic RAG architecture with Redis, Amazon Bedrock, and LlamaIndex.
andifalk/secure-oauth2-oidc-workshop
Hands-On Workshop for OAuth 2.0 and OpenID Connect 1.0
perkss/clojure-kafka-examples
Clojure examples for Kafka and Kafka Streams (JAVA Interop)
mobiletoly/ktor-hexagonal-multimodule
Template project to build ktor-based multi-module web service with Kotlin using Hexagonal architecture
hantsy/spring6-sandbox
Spring 6 and Spring Boot 3 playground
afet-yonetim-sistemi/ays-be
Afet Yönetim Sistemi Back-End
Rick-van-Dam/TestExamplesDotnet
Showing how you can easily setup fast and easy to run more complex tests such as api tests or browser tests in .NET
wimdeblauwe/testcontainers-cypress
Testcontainers module for running Cypress tests
rieckpil/java-testing-toolbox
:wrench: Testing Tools & Libraries Every Java Developer Must Know