@wdio/electron-utils
Version:
Utilities for WebdriverIO Electron Service
24 lines • 1.3 kB
TypeScript
export declare const BUILD_TOOL_DETECTION_ERROR = "No build tool was detected, if the application is compiled at a different location, please specify the `appBinaryPath` option in your capabilities.";
export declare const APP_NAME_DETECTION_ERROR = "No application name was detected, please set name / productName in your package.json or build tool configuration.";
export declare const PKG_NAME_ELECTRON: {
readonly STABLE: "electron";
readonly NIGHTLY: "electron-nightly";
};
export declare const PNPM_CATALOG_PREFIX = "catalog:";
export declare const PNPM_WORKSPACE_YAML = "pnpm-workspace.yaml";
export declare const BUILDER_CONFIG_NOT_FOUND_ERROR = "Electron-builder was detected but no configuration was found, make sure your config file is named correctly, e.g. `electron-builder.config.json`.";
export declare const FORGE_CONFIG_NOT_FOUND_ERROR = "Forge was detected but no configuration was found.";
export declare const MULTIPLE_BUILD_TOOL_WARNING: {
DESCRIPTION: string;
SUGGESTION: string;
};
export declare const SUPPORTED_PLATFORM: {
readonly darwin: "darwin";
readonly linux: "linux";
readonly win32: "win32";
};
export declare const SUPPORTED_BUILD_TOOL: {
readonly forge: "forge";
readonly builder: "builder";
};
//# sourceMappingURL=constants.d.ts.map