File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,16 +107,18 @@ module.exports = function (config) {
107107 config . set ( {
108108 reporters : [ 'progress' , 'saucelabs' ] ,
109109 sauceLabs : {
110- testName : 'workfront-api' ,
111- recordScreenshots : false ,
112- recordVideo : false ,
110+ build : 'TRAVIS #' + process . env . TRAVIS_BUILD_NUMBER + ' (' + process . env . TRAVIS_BUILD_ID + ')' ,
113111 connectOptions : {
114- port : 5757 ,
115- tunnelIdentifier : process . env . TRAVIS_JOB_NUMBER
112+ port : 5757
116113 } ,
117- public : 'public'
114+ public : 'public' ,
115+ recordScreenshots : false ,
116+ recordVideo : false ,
117+ startConnect : false ,
118+ testName : 'workfront-api' ,
119+ tunnelIdentifier : process . env . TRAVIS_JOB_NUMBER
118120 } ,
119- captureTimeout : 120000 ,
121+ captureTimeout : 0 ,
120122 customLaunchers : customLaunchers ,
121123
122124 // start these browsers
You can’t perform that action at this time.
0 commit comments