Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.19 KB

index.md

File metadata and controls

31 lines (19 loc) · 1.19 KB

Testcontainers-Go

Testcontainers logo

About

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

This project is opensource and you can have a look at the code on GitHub.

GoDoc

Inline documentation and docs where the code live is crucial for us. Go has nice support for them and we provide examples as well. Check it out at pkg.go.dev/github.com/testcontainers/testcontainers-go.

Who is using Testcontainers Go?

  • Elastic - Testing of the APM Server, and E2E testing for Beats

License

See LICENSE.

Copyright

Copyright (c) 2018-present Gianluca Arbezzano and other authors. Check out our lovely contributors.