これは、なにをしたくて書いたもの? JUnitを使ったテストでコンテナの利用をサポートする、Testcontainersというライブラリがあります。 Testcontainers こう書くとJava向けのライブラリのようなのですが、他の言語でも扱えるようなので試してみることにしました。 今回は、Node.jsで扱います。 Testcontainers 最初に書きましたが、TestcontainersはJUnitでのテストをサポートするJavaのライブラリです。 Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else tha