From 8df329c401446d04615669d9b1bf72d41a6f545b Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Sat, 12 Dec 2020 15:15:44 +0000 Subject: [PATCH] Add testcontainers-node (#1076) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4ce8bba..e35bbff 100644 --- a/readme.md +++ b/readme.md @@ -626,6 +626,7 @@ - [Playwright](https://github.com/microsoft/playwright) - Headless Chromium, WebKit, and Firefox with a single API. - [nve](https://github.com/ehmicky/nve) - Run any command on multiple versions of Node.js locally. - [axe-core](https://github.com/dequelabs/axe-core) - Accessibility engine for automated Web UI testing. +- [testcontainers-node](https://github.com/testcontainers/testcontainers-node) - Provides lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. ### Security