Kevin Wittek

Results 305 comments of Kevin Wittek

Updated the PR, since CI was failing because of #5761.

Thanks for this nice cleanup PR @REslim30.

You are right, currently automatic recording based on failed tests only works in conjunction with the JUnit4 or JUnit5 module. However, you can manually trigger the saving of the recording...

Hey @adilev26, you are right that this does not work. Since in the case of `DockerComposeContainer`, parts of the functionality that is normally executed by Testcontainers gets delegated to Docker...

> but when we have more complex ones such as redis/pulsar clusters with mapped ports it's less feasible. I would like to see a setup, where this is not possible...

Since this is automatically reflected in the docs, WDYT about changing it to the `faststart` variant? Besides, this change is not user-affecting, since users have to specify the tag by...

Thanks for the PR @cdanger, a really good addition for the DX. Could you please look into adding a test for this behavior? Maybe it is also fine to add...

I don't understand the original issue description. It is using Podman on MacOS, but `docker info` suggests Fedora as host. What is the actual setup? Also Podman is running on...

Testcontainers Java and Testcontainers Go try to follow the same documentation approach and styling: https://www.testcontainers.org/ https://golang.testcontainers.org/ We should try to achieve consistency across the Testcontainers ecosystem, regarding the style, but...