UNPKG

testcontainers

Version:

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

8 lines (7 loc) 548 B
export declare const LABEL_TESTCONTAINERS = "org.testcontainers"; export declare const LABEL_TESTCONTAINERS_LANG = "org.testcontainers.lang"; export declare const LABEL_TESTCONTAINERS_VERSION = "org.testcontainers.version"; export declare const LABEL_TESTCONTAINERS_SESSION_ID = "org.testcontainers.session-id"; export declare const LABEL_TESTCONTAINERS_SSHD = "org.testcontainers.sshd"; export declare const LABEL_TESTCONTAINERS_CONTAINER_HASH = "org.testcontainers.container-hash"; export declare function createLabels(): Record<string, string>;