Skip to content

Commit

Permalink
Force saucelabs to use varnish rather than squid as a proxy
Browse files Browse the repository at this point in the history
Squid causes websocket errors
  • Loading branch information
SimonWoolf committed Aug 5, 2015
1 parent 0b4eb9a commit dfeb226
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ module.exports = function(config) {
sauceLabs: {
testName: 'Ably-JS Javascript Tests',
username: process.env.SAUCE_USERNAME || 'ably',
accessKey: process.env.SAUCE_ACCESS_KEY
accessKey: process.env.SAUCE_ACCESS_KEY,
connectOptions: {
vmVersion: 'dev-varnish'
}
},

// start these browsers
Expand Down

0 comments on commit dfeb226

Please sign in to comment.