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

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.

Results 915 testcontainers-java issues
Sort by recently updated
recently updated
newest added

Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.8.0.RELEASE to 7.1.0.RELEASE. Release notes Sourced from io.lettuce:lettuce-core's releases. 7.1.0.RELEASE The Lettuce team is pleased to announce the Lettuce 7.1.0 minor release! This release provides support for...

dependencies
java

* Avoid configure container multiple times * Avoid adding an existing bind

This is a smaller change and can in theory be done in isolation, but to not break the chain I'd prefer if it gets merged after the other 2 preceeding...

type/feature
modules/couchbase

This changeset allows to specify scopes and collections to be automatically created, which is available with Couchbase Server 7.0 and later. The BucketDefinition is expanded to take a ScopeDefinition which...

type/feature
modules/couchbase

1. Create Network with custom name 2. Prevent Autoclose if withReuse is passed 3. On create check if network with same name exists and fetch it, instead of creating a...

For now, just checking if `minimumDurationStrategyTest` works on CI.

Issue: #4601 The `withImagePullPolicy` method has been added to the `DockerComposeContainer`. This image pull policy will only be used if the value of the property `DockerComposeContainer#pull` is true. This setting...

* `BaseConsumer` manages the `OutputTypes` which should be consumed. * New abstract `LogConsumer` manages the logger instance and allows disabling at runtime. * New `JavaUtilLogConsumer` as alternative to `Slf4jLogConsumer`.