dockest
Version:
Dockest is an integration testing tool aimed at alleviating the process of evaluating unit tests whilst running multi-container Docker applications.
17 lines (16 loc) • 618 B
TypeScript
export declare const LOG_LEVEL: {
NOTHING: number;
ERROR: number;
WARN: number;
INFO: number;
DEBUG: number;
};
export declare const GENERATED_COMPOSE_FILE_PATH: string;
export declare const DOCKEST_ATTACH_TO_PROCESS = "DOCKEST_ATTACH_TO_PROCESS";
export declare const BRIDGE_NETWORK_NAME = "dockest_bridge_network";
export declare const DOCKEST_HOST_ADDRESS = "host.dockest-runner.internal";
export declare const DEFAULT_HOST_NAME = "host.docker.internal";
/**
* Released 2017-05-06: https://github.com/facebook/jest/releases/tag/v20.0.0
*/
export declare const MINIMUM_JEST_VERSION = "20.0.0";