update sauce config in karma
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -98,11 +98,11 @@ module.exports = function(config) { | ... | @@ -98,11 +98,11 @@ module.exports = function(config) { |
98 | 98 | ||
99 | // global config for SauceLabs | 99 | // global config for SauceLabs |
100 | sauceLabs: { | 100 | sauceLabs: { |
101 | username: "sheff555", | ||
102 | accessKey: "d04372cc-0fc3-4e59-aa02-3cfd9df03240", | ||
103 | startConnect: true, | 101 | startConnect: true, |
104 | tunnelIdentifier: 'uniquekarmaidentifier', | 102 | tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER, |
105 | testName: 'ps test sample' | 103 | build: process.env.TRAVIS_BUILD_NUMBER, |
104 | testName: process.env.TRAVIS_BUILD_NUMBER + process.env.TRAVIS_BRANCH, | ||
105 | recordScreenshots: false | ||
106 | }, | 106 | }, |
107 | 107 | ||
108 | //define SL browsers | 108 | //define SL browsers | ... | ... |
-
Please register or sign in to post a comment