wdio-electron-service
Version:
WebdriverIO service to enable Electron testing
15 lines (12 loc) • 699 B
JavaScript
;
const APP_NOT_FOUND_ERROR = 'Could not find Electron app at %s built with %s!\n' +
'If the application is not compiled, please do so before running your tests, e.g. via `%s`.\n' +
'Otherwise if the application is compiled at a different location, please specify the `appBinaryPath` option in your capabilities.';
const CUSTOM_CAPABILITY_NAME = 'wdio:electronServiceOptions';
exports.Channel = void 0;
(function (Channel) {
Channel["Execute"] = "wdio-electron.execute";
})(exports.Channel || (exports.Channel = {}));
exports.APP_NOT_FOUND_ERROR = APP_NOT_FOUND_ERROR;
exports.CUSTOM_CAPABILITY_NAME = CUSTOM_CAPABILITY_NAME;
//# sourceMappingURL=constants-DkSg7z4n.js.map