We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba221e commit cb9da46Copy full SHA for cb9da46
1 file changed
karma.conf.js
@@ -108,9 +108,6 @@ module.exports = function (config) {
108
reporters: ['progress', 'saucelabs'],
109
sauceLabs: {
110
build: 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')',
111
- connectOptions: {
112
- port: 5757
113
- },
114
public: 'public',
115
recordScreenshots: false,
116
recordVideo: false,
0 commit comments