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

I'm running the tests on _exactly_ the same scenario (same image, resources, code...), with a difference: On VM-self-hosted-runners and/or locally, everything works as expected On Kubernetes-self-hosted-runners(https://github.com/actions/actions-runner-controller/tree/master), it doesn't After some...

triage

Hi, For my use case, I need test containers for bot GCP BigQuery and RabbitMQ Since both modules are already supported in Java and Go, I would like to add...

enhancement

**Expected Behaviour** When launching a container with a port bound to localhost, the wait strategy should work. **Actual Behaviour** The `HostPortWaitStrategy` fails to recognize the open port and eventually times...

triage

**Expected Behaviour** For containers or compose services with health checks defined, the default wait strategy should be the `HealthCheckWaitStrategy`. This would be particularly useful for compose projects where many services...

enhancement

**Summary** I am trying to use `withCopyFilesToContainer` to copy files onto a container. The build system I am using is Bazel, which runs the javascript inside a sandbox. The sandbox...

enhancement

The claim ["Docker [...] Works out of the box."](https://node.testcontainers.org/supported-container-runtimes/) is no longer true. That is because docker now uses BuildKit per default, while the BuildKit Dockerfile syntax is not supported...

enhancement

Add basic clickhouse module

enhancement
minor

**Expected Behaviour** When using `DEBUG="testcontainers*"`, `DEBUG=testcontainers:containers`, or `DEBUG=testcontainers:compose` we should see the output of containers started via Docker Compose. **Actual Behaviour** Compose build and higher-level logs are printed, but container...

enhancement

Related issue https://github.com/testcontainers/testcontainers-node/issues/682, you can see from the error log that the wait strategy is failing because the image is distroless. It'd be nice to surface this without having to...

enhancement