testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

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

Results 308 testcontainers-go issues
Sort by recently updated
recently updated
newest added

### Proposal Replace all manual mocks with generated ones, as started by https://github.com/testcontainers/testcontainers-go/pull/2731

hacktoberfest
good first issue
enhancement

### Proposal Like `GenericContainerRequest`: ```go genericContainerReq := testcontainers.GenericContainerRequest{ ContainerRequest: req, Started: true, Logger: logger, Reuse: true, } ```

enhancement

### Problem When using Reuse containers, and Ryuk is enabled, the containers will be terminated by Ryuk after the test session. ### Solution If the Reuse containers are not connecting...

feature

### Proposal I believe testcontainer's mkdocs has its own color scheme, but a dark mode would be greatly appreciated. Would a pull request for adding the default dark colors be...

enhancement

### Testcontainers version 0.33.0 ### Using the latest Testcontainers version? Yes ### Host OS Rocky linux 9.4 ### Host arch x86-64 ### Go version 1.23.0 ### Docker version ```shell Client:...

bug

### Testcontainers version 0.32.0 ### Using the latest Testcontainers version? Yes ### Host OS MacOS ### Host arch ARM64 ### Go version 1.22.4 ### Docker version ```shell Server: Docker Desktop...

bug

### Testcontainers version 0.32.0 ### Using the latest Testcontainers version? Yes ### Host OS MacOS ### Host arch ARM ### Go version 1.21.12 ### Docker version ```shell Client: Version: 27.1.1...

bug

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.4. Release notes Sourced from actions/upload-artifact's releases. v4.3.4 What's Changed Update @​actions/artifact version, bump dependencies by @​robherley in actions/upload-artifact#584 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4 v4.3.3 What's Changed...

dependencies
github_actions

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.8. Release notes Sourced from actions/download-artifact's releases. v4.1.8 What's Changed Update @​actions/artifact version, bump dependencies by @​robherley in actions/download-artifact#341 Full Changelog: https://github.com/actions/download-artifact/compare/v4...v4.1.8 v4.1.7 What's Changed...

dependencies
github_actions

## What does this PR do? It adds a new type alias for string to represent Docker image names, which will be used in the signature of all the Run...

breaking change