From 3e950dfe51d00b27af3002bb142b2f2ccc45dc8f Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 7 Nov 2017 15:17:33 -0500 Subject: [PATCH] add user/key back --- test/endtoend/wdio.remote.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/endtoend/wdio.remote.conf.js b/test/endtoend/wdio.remote.conf.js index 8612ca5ec..95b3f764c 100644 --- a/test/endtoend/wdio.remote.conf.js +++ b/test/endtoend/wdio.remote.conf.js @@ -108,8 +108,8 @@ exports.config = { // your test setup with almost no effort. Unlike plugins, they don't add new // commands. Instead, they hook themselves up into the test process. services: ['static-server', 'sauce'], - // user: process.env.SAUCE_USERNAME, - // key: process.env.SAUCE_ACCESS_KEY, + user: process.env.SAUCE_USERNAME, + key: process.env.SAUCE_ACCESS_KEY, // sauceConnect: true, staticServerFolders: [