"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var wdio_shared_conf_1 = require("./wdio.shared.conf"); // ===================== // Sauce specific config // ===================== // wdio_shared_conf_1.config.user = process.env.SAUCE_USERNAME; // wdio_shared_conf_1.config.key = process.env.SAUCE_ACCESS_KEY; wdio_shared_conf_1.config.user = 'oauth-soheet1-21cea'; wdio_shared_conf_1.config.key = '835462a5-e40f-43de-a77c-9854a7e2a394'; // If you run your test on Sauce Labs you can specify the region you want to run your test // in via the `region` property. Available short handles for regions are `us` (default) and `eu`. // These regions are used for the Sauce Labs VM cloud and the Sauce Labs Real Device Cloud. // If you don't provide the region, it defaults to `us`. wdio_shared_conf_1.config.region = (process.env.REGION || 'eu'); // ============================================= // Max instances of the same device in the cloud // ============================================= wdio_shared_conf_1.config.maxInstances = 20; // ======== // Services // ======== wdio_shared_conf_1.config.services = (wdio_shared_conf_1.config.services || []).concat('Sauce'); exports.default = wdio_shared_conf_1.config;