6a3fccb1 by Gary Katsevman

update sauce config in karma

1 parent c79960ee
...@@ -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
......