Skip to main content

Interface: KnownEnvironmentVariables

Defined in: shared/utils/environment.ts:26

Propertiesโ€‹

CODECOV_TOKEN?โ€‹

readonly optional CODECOV_TOKEN?: string;

Defined in: shared/utils/environment.ts:28

Token used by coverage reporting tooling when present.


HEADLESS?โ€‹

readonly optional HEADLESS?: string;

Defined in: shared/utils/environment.ts:33

Signals headless test execution for Electron, used to avoid enabling remote debugging and similar dev-only features.


NODE_ENV?โ€‹

readonly optional NODE_ENV?: "development" | "production" | "test";

Defined in: shared/utils/environment.ts:35

Standard Node.js environment discriminator.


PLAYWRIGHT_COVERAGE?โ€‹

readonly optional PLAYWRIGHT_COVERAGE?: string;

Defined in: shared/utils/environment.ts:40

Flag used to enable Playwright-specific coverage collection.


PLAYWRIGHT_TEST?โ€‹

readonly optional PLAYWRIGHT_TEST?: string;

Defined in: shared/utils/environment.ts:42

Flag injected by Playwright to signal automation mode in preload.


PLAYWRIGHT_USER_DATA_DIR?โ€‹

readonly optional PLAYWRIGHT_USER_DATA_DIR?: string;

Defined in: shared/utils/environment.ts:44

Optional override for Playwright-specific userData directory.


UPTIME_WATCHER_USER_DATA_DIR?โ€‹

readonly optional UPTIME_WATCHER_USER_DATA_DIR?: string;

Defined in: shared/utils/environment.ts:46

Optional override for Electron's userData directory.