testcontainers-node
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.
See https://github.com/tigerbeetledb/tigerbeetle/issues/92
- Added Firestore emulator container module and docs
**Expected Behaviour** When setting resource limits for a Docker container using the Testcontainers library, specifying a memory quota of 0.5 should limit the container's memory to 0.5 GB (or 512...
Hey! Very happy users of testcontainers here :) We have a use case where we need something similar to [`OneShotStartupCheckStrategy`](https://java.testcontainers.org/features/startup_and_waits/#one-shot-startup-strategy-example) that test containers java supports. It is pretty easy to...
Install Node js dependency action should install the right Node js version per action description We can see it in each job that execute test with different Node js versions...
**Expected Behaviour** I was following the instructions on the [MongoDB Module](https://node.testcontainers.org/modules/mongodb/) page and trying to implement in an ES6 environment that outputs CommonJS. The examples don't include the `require()/import` statement...
Add support for image name substitution: https://java.testcontainers.org/features/image_name_substitution/
# Add playwright module ## Description Add [Playwright](https://playwright.dev/) module to copy your playwright test into a container build from an official playwright image run them and extract the reporter if...
**Expected Behaviour** Install node js dependency should install the right node js version per action description **Actual Behaviour** Install node js dependency to Node 20.x is installing Node 18.x version...