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

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Results 110 testcontainers-node issues
Sort by recently updated
recently updated
newest added

**Expected Behaviour** The [configuration](https://node.testcontainers.org/configuration/) page says to set `DEBUG=testcontainers*` to get all logs. This does indeed return all logs, but the build logs (tagged `testcontainers:build`) aren't very useful when using...

enhancement

Bumps the dependencies group with 1 update in the /packages/modules/cockroachdb directory: cockroachdb/cockroach. Bumps the dependencies group with 1 update in the /packages/modules/gcloud directory: google.com/cloudsdktool/cloud-sdk. Bumps the dependencies group with 1...

dependencies
docker

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
major
javascript

**Is your feature request related to a problem? Please describe.** My team utilizes `docker-compose` as a standalone binary, and we currently lack a mechanism to pass the `standalone` option through...

enhancement

Seems to be failing due to: - https://github.com/containers/podman/issues/22945 - https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2040483 Apparently the issue's been resolved: > This bug was fixed in the package golang-github-containers-common - 0.57.4+ds1-2ubuntu0.1 Maybe in some time...

maintenance

I see there are test containers for other flavors of InfluxDB -- any chance one for Node is in the works? Happy to help facilitate if I can!

enhancement

**Expected Behaviour** When using `StartedKurrentDbContainer.getConnectionString()` with `KurrentDBClient.connectionString(...)` it should not print a deprecated warning in the logs **Actual Behaviour** `KurrentDBClient.connectionString(...)` prints the following deprecation warning: ``` The 'esdb' protocol is...

good first issue

**Expected Behaviour** For testcontainers to recover internal dependent connections without altering the running system **Actual Behaviour** testcontainers looses connection with Reaper, and consecuentally fails running tests **Testcontainer Logs** Things seem...

triage

https://www.mock-server.com/mock_server/HTTPS_TLS.html - MockServer has support for TLS (i.e. HTTPS) for inbound connections But there is no way to configure it in testcontainers module.

enhancement
good first issue

Hello team, I've the following configuration on Typescript: ``` const eannaContainer = await new GenericContainer( '/eanna/release:4.3.0') .withNetwork(network) .withNetworkAliases('eannahost') .withExposedPorts({ container: 8080, host: 6080 }) .withCopyFilesToContainer( [{source: rootE2gFolderPath + '/config/eanna/logback-spring.xml', target:...

triage