Skip to content

Commit

Permalink
Merge pull request swagger-api#916 from swagger-api/protractor
Browse files Browse the repository at this point in the history
Protractor fixes in CI
  • Loading branch information
saharj committed May 6, 2016
2 parents 9c9763f + 05de07c commit 9bc9328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"node": ">=5.8.0"
},
"scripts": {
"build": "webpack --production",
"build": "webpack --production --hide-modules",
"unit-test": "karma start test/unit/karma.conf.js --single-run=true",
"unit-test-watch": "karma start test/unit/karma.conf.js",
"pree2e-test": "webdriver-manager update",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/protractor.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ var config = {
return console.error(err);
}

console.log('Test server started at http://127.0.0.1:' + PORT);
console.log('Test server started at http://localhost:' + PORT);
});
},

baseUrl: 'http://127.0.0.1:' + PORT + '/',
baseUrl: 'http://localhost:' + PORT + '/',

capabilities: {
browserName: 'chrome',
Expand Down

0 comments on commit 9bc9328

Please sign in to comment.