We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69597cd commit b3ea257Copy full SHA for b3ea257
karma.conf-ci.js
@@ -83,8 +83,17 @@ module.exports = function(config) {
83
logLevel: config.LOG_INFO,
84
85
sauceLabs: {
86
- testName: 'Karma and Sauce Labs demo'
+ testName: 'da-sorting',
87
+ tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
88
+ username: process.env.SAUCE_USERNAME,
89
+ accessKey: process.env.SAUCE_ACCESS_KEY,
90
+ startConnect: false,
91
+ connectOptions: {
92
+ port: 5757,
93
+ logfile: 'sauce_connect.log'
94
+ }
95
},
96
+
97
captureTimeout: 120000,
98
customLaunchers: customLaunchers,
99
0 commit comments