wdio-electron-service
Version:
WebdriverIO service to enable Electron testing
12 lines (10 loc) • 627 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';
var Channel;
(function (Channel) {
Channel["Execute"] = "wdio-electron.execute";
})(Channel || (Channel = {}));
export { APP_NOT_FOUND_ERROR as A, CUSTOM_CAPABILITY_NAME as C, Channel as a };
//# sourceMappingURL=constants-hw-pQOyp.js.map