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.
- Remove `node-fetch` and `@types/node-fetch` packages - Replace all `fetch()` calls to use native `fetch` - Replace `node-fetch`'s timeout with `AbortSignal` - Replace `https.Agent` with `Agent` from `undici` - Add...
Removes [phin](https://github.com/ethanent/phin). It's no longer used after updating ancestor dependency [get-json](https://github.com/ljharb/get-json). These dependencies need to be updated together. Removes `phin` Updates `get-json` from 1.0.2 to 1.1.0 Changelog Sourced from get-json's...
- Compatible with @google-cloud/datastore
The Archiver major bumps are due to dropping support for Node.js 10 and 12 only ([diff](https://github.com/archiverjs/node-archiver/compare/5.3.2...7.0.1)). The update should remove the current postinstall deprecation warnings: ``` npm warn deprecated [email protected]:...
Faster, more efficient, and less noisy.
Hi, I've facing an issue after upgrade testcontainer node from 10.9 to 10.10 which any other changes **Expected Behaviour** Same as 10.9.0, it should work **Actual Behaviour** Doesn't work, tested...
Hi, thanks for the great libraries. Why does Testcontainers not reuse containers if they are stopped? Is this a bug or some limitation? My expectation is that Testcontainers just start...
**Expected Behaviour** When using a `.dockerfile` as follows: ``` * !example2 !example4/nested !example5/example5.txt !index.js ``` The above directories and files should be included in the build context. **Actual Behaviour** `example4/nested`...
I am seeing same issue as https://github.com/testcontainers/testcontainers-node/issues/570 where it throws an error "Error: Failed to connect to Reaper" when trying to bring up the containers. I ran into the issue...
**Expected Behaviour** I want to be able to specify platform so I can run `linux/amd64` images on apple mac without issues. Most images have both `amd64` & `arm64` flavours, but...