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: [