testcontainers
There are 858 repositories under testcontainers topic.
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
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-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.
PlaytikaOSS/testcontainers-spring-boot
Container auto-configurations for Spring Boot based integration tests
adobe/S3Mock
A simple 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.
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.
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.
hantsy/spring-r2dbc-sample
Code samples for demonstrating R2dbc, Spring R2dbc, and Spring Data R2dbc.
testcontainers/moby-ryuk
Schedule Moby/Docker containers cleanup after specific delay.
SaiUpadhyayula/spring-boot-3-microservices-course
Spring Boot 3 Microservices Course Repository
Trendyol/stove
Stove: The easiest way of writing e2e/component tests for your JVM back-end API with Kotlin
RawSanj/spring-redis-websocket
Multi-instance Reactive WebSocket messaging Chat App demo using Spring Boot 3.x, Java 17 and Redis Pub/Sub
mfvanek/pg-index-health
pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.
dipjyotimetia/HybridTestFramework
End to End testing of Web, API, Cloud, Events and Security
ThomasVitale/spring-boot-multitenancy
Samples showing how to build multitenant applications with Java and Spring Boot
jveverka/spring-examples
Java 17 and Spring-Boot examples and demo projects.
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.
jaguililla/hexagonal_spring
Spring template for a REST service designed with Hexagonal architecture
dr-marek-jaskula/DomainDrivenDesignUniversity
This project was made for tutorial purpose - to clearly present the domain driven design concept.
testcontainers/testcontainers-rs-modules-community
Community maintained modules for Testcontainers for Rust
andifalk/secure-oauth2-oidc-workshop
Hands-On Workshop for OAuth 2.0 and OpenID Connect 1.0
sivaprasadreddy/spring-boot-microservices-course
YouTube Spring Boot Microservices Course Application
mobiletoly/ktor-hexagonal-multimodule
Template project to build ktor-based multi-module web service with Kotlin using Hexagonal architecture
redis-developer/agentic-rag
Complete example of how to build an Agentic RAG architecture with Redis, AWS Bedrock, and LlamaIndex.
perkss/clojure-kafka-examples
Clojure examples for Kafka and Kafka Streams (JAVA Interop)
afet-yonetim-sistemi/ays-be
Afet Yönetim Sistemi Back-End
Barsonax/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
jveverka/java-11-examples
JDK 11 examples and demo projects.