Home
Softono

Testcontainers Go

Open source MIT Go
4.9K
Stars
608
Forks
171
Issues
16
Watchers
3 months
Last Commit

 About 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.

Platforms

Web Self-hosted Docker

Languages

Go

Need Help Installing Testcontainers Go?

We provide expert installation service for this software. Our team will install, configure, and secure Testcontainers Go on your server. plans start at just $30.

Testcontainers Go

View on GitHub

Testcontainers

Main pipeline GoDoc Reference Go Report Card Quality Gate Status License

Open in GitHub Codespaces

Join our Slack

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.

You can find more information about Testcontainers for Go at golang.testcontainers.org, which is rendered from the ./docs directory.

Using Testcontainers for Go

Please visit the quickstart guide to understand how to add the dependency to your Go project.