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 May 12, 2024, 6:09 a.m.

TypeScript

12 +0

1,705 +12

161 +1

GitHub
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 May 11, 2024, 9:42 a.m.

Go

16 +0

3,169 +23

421 +1

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 May 10, 2024, 11:36 p.m.

Java

136 +0

7,803 +22

1,588 +3

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 May 10, 2024, 10:37 a.m.

C#

31 +0

3,566 +9

240 +0

GitHub