Testcontainers
Points: 719 | Comments: 253 | Author: floriangosse
Points: 719 | Comments: 253 | Author: floriangosse
Testcontainers Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run …
Testcontainers Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run …
Testcontainers for Ruby (⭐ 178)
Community maintained modules for Testcontainers for Rust (⭐ 161)
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. (⭐ 2475)
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. (⭐ 2157)
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…
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. (⭐ 8597)
Docker containers for testing in scala (⭐ 664)
A library for integration-testing against docker containers from within Rust. (⭐ 1046)
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. (⭐ 4257)
Getting Started What is Testcontainers? Testcontainers is a library that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in …
Nov 3, 2023 · Testcontainers is an open source framework for provisioning throwaway, on-demand containers for development and testing use cases. Testcontainers make it easy to work with …
Oct 23, 2025 · Testcontainers might just be your new best friend. In this article, we’ll explore how Testcontainers can simplify integration testing by spinning up real services in Docker containers on …
Getting Started What is Testcontainers? Testcontainers is a library that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in …
Nov 3, 2023 · Testcontainers is an open source framework for provisioning throwaway, on-demand containers for development and testing use cases. Testcontainers make it easy to work with …
Oct 23, 2025 · Testcontainers might just be your new best friend. In this article, we’ll explore how Testcontainers can simplify integration testing by spinning up real services in Docker containers on …
For anyone using [Testcontainers](https://testcontainers.com/) with a MySQL database during tests, I wanted to share something that helped me speed up the startup of the database container. Normally,...
To make the integration of Mailpit and Testcontainers easy, I created a dedicated Testcontainers module for Mailpit. Check out the announcement: [https://martinelli.ch/testing-emails-with-testcontai...