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.
I would suggest automatically enabling verbose output when enabling verbose output via DEBUG, alternatively adding TESTCONTAINERS_RYUK_VERBOSE to the list of supported configuration variables
Ryuk supports verbose output via the
RYUK_VERBOSE
envvar. It should be possible to request this verbose output somehow.I would suggest automatically enabling verbose output when enabling verbose output via
DEBUG
, alternatively addingTESTCONTAINERS_RYUK_VERBOSE
to the list of supported configuration variablesEnvironment Information