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
9 lines (8 loc) • 624 B
TypeScript
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 const LABEL_TESTCONTAINERS_RYUK = "org.testcontainers.ryuk";
export declare function createLabels(): Record<string, string>;