Skip to content

Commit

Permalink
Change server port to 8081 for IE and Safari on saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 4, 2014
1 parent b68b0c4 commit e811650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var htmlFiles = 'app/**/*.html';
var cssFiles = 'app/**/*.css';
var specFiles = 'spec/**/*.js';
var specE2eFiles = 'spec-e2e/**/*.js';
var devServerPort = 8084;
var devServerPort = 8081;
var reloadPort = 35279;

function getReloadPort() {
Expand Down
2 changes: 1 addition & 1 deletion protractor-config-travis.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var devServerPort = 8084;
var devServerPort = 8081;
var specE2eFiles = 'spec-e2e/**/*.js';
function createCapabality(browser, version, platform) {
return {
Expand Down
2 changes: 1 addition & 1 deletion protractor-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var devServerPort = 8084;
var devServerPort = 8081;
var specE2eFiles = 'spec-e2e/**/*.js';
/* global exports */
exports.config = {
Expand Down

0 comments on commit e811650

Please sign in to comment.