UNPKG

e2ed

Version:

E2E testing framework over Playwright

12 lines (11 loc) 257 B
/** * `true` if e2ed run in debug mode, and `false` otherwise. */ export declare const isDebug: boolean; /** * Run environment enum (run in docker or local run). */ export declare const enum RunEnvironment { Docker = "docker", Local = "local" }