testcontainers-go in avelino/awesome-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.

updated at Nov. 17, 2024, 3:24 p.m.

Go

16 +0

3,655 +18

503 +4

GitHub
testcontainers-dotnet in quozd/awesome-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

updated at Nov. 16, 2024, 10:05 p.m.

C#

31 +0

3,810 +6

280 +3

GitHub
testcontainers-java in akullpp/awesome-java

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.

updated at Nov. 16, 2024, 9:21 p.m.

Java

137 +0

8,034 +11

1,653 +2

GitHub
testcontainers-node in sindresorhus/awesome-nodejs

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.

updated at Nov. 16, 2024, 7:10 p.m.

TypeScript

14 +0

1,923 +7

192 +1

GitHub